move_nodes
Translate selected nodes by horizontal and vertical deltas (dx, dy). Nodes without a position are skipped. Returns success status and count of affected nodes.
Instructions
Translate nodes by (dx, dy). Nodes without a position are skipped. Returns { ok, affected }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | No | Horizontal delta (default 0) | |
| dy | No | Vertical delta (default 0) | |
| nodeIds | Yes | Node ids to move |