clone_node
Clone a Figma node, optionally reposition it or place in a new parent.
Instructions
Clone an existing node, optionally repositioning it or placing it in a new parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position of the clone | |
| y | No | Y position of the clone | |
| nodeId | Yes | Source node ID in colon format e.g. '4029:12345' | |
| parentId | No | Parent node ID for the clone. Defaults to same parent as source. |