Set Instance Property
instance_set_propertySet one property on a Figma instance—toggle a boolean, override text, swap the instance, or select a variant.
Instructions
Set one property on an instance — boolean toggle, text override, instance swap, or variant selection.
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). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether property update was successful | |
| results | No | Execution details |