Clone Node
node_cloneDuplicate a Figma node, optionally setting a new position. Returns the new node's ID.
Instructions
Duplicate an existing node, optionally at a new x/y. Produces a new node id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | New X position for the clone | |
| y | No | New Y position for the clone | |
| nodeId | Yes | The ID of the node to clone | |
| nodeName | Yes | Name of the node to modify |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the new cloned node | |
| name | Yes | Name of the cloned node |