Lei YU | e57c38e | 2019-09-20 17:38:17 +0800 | [diff] [blame] | 1 | description: > |
2 | A test interface | ||||
3 | properties: | ||||
4 | - name: SomeValue | ||||
5 | type: int64 | ||||
Patrick Williams | e1c73d3 | 2020-07-10 16:02:27 -0500 | [diff] [blame] | 6 | - name: ReadonlyValue |
7 | type: int64 | ||||
8 | flags: | ||||
9 | - readonly | ||||
10 | - emits_change | ||||
11 | - name: ConstValue | ||||
12 | type: int64 | ||||
13 | flags: | ||||
14 | - const |