move_nodes
Translate Figma nodes by a delta (dx, dy), skipping nodes without a position, and return the count affected.
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 |