description: > | |
A test interface | |
properties: | |
- name: SomeValue | |
type: int64 | |
- name: ReadonlyValue | |
type: int64 | |
flags: | |
- readonly | |
- emits_change | |
- name: ConstValue | |
type: int64 | |
flags: | |
- const | |
- name: Countable | |
type: size | |
- name: ObjectPath | |
type: object_path |