Rename Node
node_renameRename a Figma node by setting its name to an exact value. Provide the node ID, current name, and new name.
Instructions
Rename a node (sets name to an exact value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name for the node | |
| nodeId | Yes | The ID of the node to rename | |
| nodeName | Yes | Name of the node to modify |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new name of the node | |
| oldName | Yes | The old name of the node |