figma_set_text
Set text content on any TEXT node in Figma using its node ID. Use this tool to target nested text nodes inside component instances that cannot be reached by property name. Get node IDs from figma_get_node_props.
Instructions
Set text content on a TEXT node directly by its node ID. Use this to target a specific nested text node inside a component instance when figma_set_component_text cannot reach it by property name. Get nested text node IDs from figma_get_node_props.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID of the TEXT node (can be a nested "I..." ID). | |
| value | Yes | New text content. |