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