clone_node
Clone a Figma design node by specifying its ID and positioning the duplicate at new X and Y coordinates programmatically via natural language commands.
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 | |
| y | No | New Y position for the clone |