move_to_parent
Reparent any node by entering its ID and the target parent ID. Set an optional index to define the node's position within the parent.
Instructions
Move a node into a different parent frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Position index within parent | |
| nodeId | Yes | Node to move | |
| parentId | Yes | New parent ID |