duplicate_page_item
Creates a copy of a specific page item from a given page and places it at new X and Y coordinates.
Instructions
Duplicate a page item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate for the duplicate | |
| y | Yes | Y coordinate for the duplicate | |
| itemIndex | Yes | Index of the page item to duplicate | |
| pageIndex | Yes | Index of the page containing the item |