move_to_page
Move selected shapes to a target page in a .tldr file, with options to handle bindings crossing pages: error, pull connected shapes, or cut bindings.
Instructions
Move shapes to a different page by reparenting them. Note: arrows and bindings should move together for correctness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to a .tldr file | |
| shapeIds | Yes | ||
| pageId | Yes | Target page id | |
| bindings | No | How to handle bindings whose other end isn't being moved: 'error' refuses the move, 'pull' drags the connected shapes along, 'cut' deletes the bindings (and orphan arrows). | error |