clone_node
Create a copy of a specified Figma node, optionally setting new X and Y coordinates for the clone.
Instructions
Clone an existing node in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to clone | |
| x | No | New X position for the clone (local coordinates, relative to parent) | |
| y | No | New Y position for the clone (local coordinates, relative to parent) |