duplicate_page_item
Duplicate a page item by providing its page index, item index, and target coordinates for exact placement.
Instructions
Duplicate a page item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageIndex | Yes | Index of the page containing the item | |
| itemIndex | Yes | Index of the page item to duplicate | |
| x | Yes | X coordinate for the duplicate | |
| y | Yes | Y coordinate for the duplicate |