get_instance_overrides
Extract override properties from a Figma component instance to apply them to other instances, ensuring consistent design updates across your workflow.
Instructions
Get all override properties from a selected component instance. These overrides can be applied to other instances, which will swap them to match the source component.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nodeId | No | Optional ID of the component instance to get overrides from. If not provided, currently selected instance will be used. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"nodeId": {
"description": "Optional ID of the component instance to get overrides from. If not provided, currently selected instance will be used.",
"type": "string"
}
},
"type": "object"
}