move_node
Relocate a Figma node by specifying its new X and Y coordinates. Updates the node's position in the design canvas.
Instructions
Move a node to a new position in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to move | |
| nodeName | Yes | Name of the node to modify | |
| x | Yes | New X position | |
| y | Yes | New Y position |