Rename Node
node_renameSet a specific name for a Figma node, replacing its current label with the provided value.
Instructions
Rename a node (sets name to an exact value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to rename | |
| nodeName | Yes | Name of the node to modify | |
| name | Yes | New name for the node |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new name of the node | |
| oldName | Yes | The old name of the node |