figma_set_component_text
Set text on a Figma component instance using component properties or layer names. Provide node ID, property name, and new value.
Instructions
Set a text property on a component instance. Tries component properties first, then falls back to text layer name search. Use figma_get_node_props to discover available property names before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID of the component instance. | |
| propertyName | Yes | Component property name or text layer name to set. | |
| value | Yes | New text value. |