blob: 85c8724d137526734767b5eba7524a5162ced3e2 [file]
{
"name": "ViewModel",
"key": {
"int": 435,
"string": "viewmodel"
},
"extends": "viewmodel/viewmodel_component.json",
"mixins": [
"publishable.json"
],
"properties": {
"viewModelOrder": {
"type": "FractionalIndex",
"initialValueRuntime": "0",
"key": {
"int": 563,
"string": "viewmodelorder"
},
"description": "Order value for sorting View Models. NOTE: This value is used in the former subdivided data panel. The updated panel uses a unified order value via the ParentableDataItem mixin.",
"runtime": false
},
"defaultInstanceId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 564,
"string": "defaultinstanceid"
},
"description": "The default instance attached to the view model.",
"runtime": false
},
"editingInstanceId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 741,
"string": "editinginstanceid"
},
"description": "The selected inspector instance. Saves to local editor properties.",
"runtime": false,
"coop": false
},
"viewModelType": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 981,
"string": "viewmodeltype"
},
"description": "Indentifies view models that have special uses, like text input view models",
"runtime": false
}
}
}