15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"extends": "closable",
|
|
"states": [
|
|
{
|
|
"name": "state",
|
|
"type": "QString",
|
|
"allowedValues": ["open", "closed", "opening", "closing"]
|
|
},
|
|
{
|
|
"name": "intermediatePosition",
|
|
"type": "bool"
|
|
}
|
|
]
|
|
}
|