blob: 0a22618612af2ecf1eb96523d8ba6b19ea1fe8a5 [file] [log] [blame]
{
"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",
"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
}
}
}