reorder_nodes
Reorder nodes within their parent by specifying a target index. Detached nodes are automatically skipped.
Instructions
Reorder nodes within their current parent by inserting each at index (0 = bottom of the z-order). Detached nodes are skipped. Returns { ok, affected }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Target index within the parent | |
| nodeIds | Yes | Node ids to reorder |