move_node
Reposition a specific node in Figma by specifying its new X and Y coordinates, enabling precise design adjustments 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 |