set_text_content
Replace the text content of a specific Figma text node by specifying its node ID and the new text. Use this to programmatically update design text.
Instructions
Set the text content of an existing text node in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | New text content | |
| nodeId | Yes | The ID of the text node to modify |