blob: cabe0975344cb03391e39d435a2b540c471e8be2 [file] [log] [blame] [edit]
{
"name": "ViewModelInstance",
"key": {
"int": 437,
"string": "viewmodelinstance"
},
"extends": "component.json",
"properties": {
"viewModelId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "0",
"key": {
"int": 566,
"string": "viewmodelid"
}
},
"x": {
"type": "double",
"initialValue": "0",
"key": {
"int": 567,
"string": "x"
},
"description": "The x coordinate of the stage representation.",
"runtime": false
},
"y": {
"type": "double",
"initialValue": "0",
"key": {
"int": 568,
"string": "y"
},
"description": "The y coordinate of the stage representation.",
"runtime": false
},
"onStage": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 569,
"string": "onstage"
},
"description": "Whether it is visible on stage or not.",
"runtime": false
},
"order": {
"type": "FractionalIndex",
"initialValue": "FractionalIndex.invalid",
"key": {
"int": 739,
"string": "order"
},
"description": "View model instance display order",
"runtime": false
},
"export": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 740,
"string": "export"
},
"description": "Whether the instance should be exported for runtime.",
"runtime": false
}
}
}