move_nodes
Move Figma design elements to absolute X and Y positions on the canvas. Reposition multiple nodes to specific coordinates programmatically.
Instructions
Move one or more nodes to an absolute position on the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeIds | Yes | Node IDs in colon format e.g. ['4029:12345'] | |
| x | No | Target X position | |
| y | No | Target Y position |