Files
rive-cpp/dev/defs/animation/state_machine_fire_trigger.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

31 lines
749 B
JSON

{
"name": "StateMachineFireTrigger",
"key": {
"int": 614,
"string": "statemachinefiretrigger"
},
"extends": "animation/state_machine_fire_action.json",
"properties": {
"viewModelPathIds": {
"type": "List<Id>",
"typeRuntime": "Bytes",
"encoded": true,
"initialValue": "[]",
"key": {
"int": 871,
"string": "viewmodelpathids"
},
"description": "Path to the selected view model trigger property."
},
"isDataBindPathRelative": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 923,
"string": "isdatabindpathrelative"
},
"description": "Whether the data bind path is relative",
"runtime": false
}
}
}