Files
rive-cpp/dev/defs/script_input_viewmodel_property.json
bodymovin 15a922714f Nnnnn relative data bind all paths (#11346) 41d316c675
* StateMachineListener relative view model property path
* StateMachineFireTrigger relative view model property path
* ScriptInputViewModelProperty relative view model property path

Co-authored-by: hernan <hernan@rive.app>
2026-01-02 21:11:44 +00:00

41 lines
999 B
JSON

{
"name": "ScriptInputViewModelProperty",
"key": {
"int": 612,
"string": "scriptinputviewmodelproperty"
},
"extends": "custom_property.json",
"properties": {
"dataTypeId": {
"type": "Id",
"initialValue": "Core.missingId",
"key": {
"int": 867,
"string": "datatype"
},
"description": "Identifier used to track the DataEnum or ViewModel representing the type.",
"runtime": false
},
"dataBindPathIds": {
"type": "List<Id>",
"typeRuntime": "Bytes",
"encoded": true,
"initialValue": "[]",
"key": {
"int": 866,
"string": "databindpathids"
},
"description": "Path to the selected property."
},
"isDataBindPathRelative": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 922,
"string": "isdatabindpathrelative"
},
"description": "Whether the data bind path is relative",
"runtime": false
}
}
}