move_node
Reposition a node in Figma by specifying its ID and new X/Y coordinates, enabling precise adjustments to design elements through programmatic commands.
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 | |
x | Yes | New X position | |
y | Yes | New Y position |