Move Node
node-red-flows-move-nodeMove a node to an exact X, Y coordinate in a Node-RED flow tab. Specify the node ID and target position to reposition nodes visually.
Instructions
Move a single node to a specific visual position (x, y) within a flow tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | New X position | |
| y | Yes | New Y position | |
| flowId | Yes | ID of the target flow tab | |
| nodeId | Yes | ID of the node to move | |
| expectedRev | No | Optional revision guard for conflict detection |