Reparent or reorder a layer
figma_move_nodeMove a Figma node to a new parent or reorder it among siblings with an optional index.
Instructions
Moves a node into another parent, or to a different position among its siblings. Index 0 is the back of the canvas and the top of a layer list; leaving it out puts the node last.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Position among siblings. | |
| nodeId | Yes | The node to move. | |
| parentId | No | New parent. Default: keep the one it has. |