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