Transform Node
node_transformSet absolute position and size for a Figma node by specifying x, y, width, and height values. Supports partial updates for any combination of these properties.
Instructions
Move and/or resize a node by setting absolute x/y/width/height (any subset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to transform | |
| nodeName | Yes | Name of the node to modify | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New width | |
| height | No | New height |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the transformed node | |
| name | No | Name of the transformed node | |
| x | No | Resulting X position | |
| y | No | Resulting Y position | |
| width | No | Resulting width | |
| height | No | Resulting height |