figma_instantiate_component
Create a component instance from a component key, supporting both library and local components, then apply property overrides.
Instructions
Create a component instance. Use componentKey from figma_search_components, figma_search_assets, or REST API. Supports library components (importComponentByKeyAsync) and local components (by nodeId). After creation: use overrides with setProperties({...}) for component properties — do NOT use findAll(TEXT) to modify instance text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| componentKey | Yes |