blob: 30d163aa9c05d92d08dc8fa8b2b92b9ab7d33b02 [file] [log] [blame]
{
"name": "ViewModelInstanceValue",
"key": {
"int": 428,
"string": "viewmodelinstancevalue"
},
"extends": "component.json",
"properties": {
"viewModelInstanceId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "0",
"key": {
"int": 553,
"string": "viewmodelinstanceid"
},
"parentable": 1,
"description": "Identifier of the view model instance this value is for, at runtime this is expected in context (after) a ViewModelInstance object.",
"runtime": false
},
"viewModelPropertyId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "0",
"key": {
"int": 554,
"string": "viewmodelpropertyid"
},
"description": "Identifier of the property this value will provide data for. At runtime these ids are normalized relative to the ViewModel itself."
}
}
}