Set Instance Property
instance_set_propertySet a single property on a Figma instance: toggle booleans, override text, swap instances, or select variants.
Instructions
Set one property on an instance — boolean toggle, text override, instance swap, or variant selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The new value for the property. For INSTANCE_SWAP properties, this must be a component key (the stable library identifier). | |
| nodeId | Yes | The ID of the instance node | |
| nodeName | Yes | The instance's current exact name, passed back verbatim from `node_info`. | |
| propertyName | Yes | The human-readable name of the component property to change |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| results | No | Execution details | |
| success | No | Whether property update was successful |