Get Instance Overrides
instance_get_overridesRetrieve override property values from a Figma component instance for reuse on other instances.
Instructions
Read the override properties from a source instance, to later apply them to other instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the component instance to get overrides from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Status message | |
| success | No | Whether overrides retrieval was successful | |
| overridesCount | No | Number of overrides found | |
| mainComponentId | No | ID of the main component | |
| sourceInstanceId | No | Source instance ID |