set_component_instance_property
Update a component instance property by setting boolean toggles, text overrides, instance swaps, or variant selections.
Instructions
Set a specific property value (boolean toggle, text override, instance swap, or variant selection) on an instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the instance node | |
| nodeName | Yes | Name of the instance node for verification | |
| propertyName | Yes | The human-readable name of the component property to change | |
| value | Yes | The new value for the property. For INSTANCE_SWAP properties, this must be a component key (the stable library identifier). |