configureConditionalAction
Set up conditional logic in 3D scenes to trigger specific actions based on variable comparisons, enabling dynamic behavior in Spline designs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| actionId | Yes | Action ID | |
| variableName | Yes | Variable name to check | |
| condition | Yes | Condition to check | |
| value | No | Value to compare against | |
| trueActionIds | Yes | Actions to trigger if condition is true | |
| falseActionIds | No | Actions to trigger if condition is false |