clone_node
Duplicate any Figma node by supplying its ID, and optionally define new x and y coordinates to place the clone at a specific position.
Instructions
Clone an existing node in Figma
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 |