clone_node
Creates a copy of a Figma node specified by its ID. Optionally sets the clone's new position using X and Y coordinates.
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 |