drag
Moves an element onto another element within a page by providing source and target UIDs.
Instructions
Drag an element onto another element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Targets a specific page by ID. | |
| to_uid | Yes | The uid of the element to drop into | |
| from_uid | Yes | The uid of the element to drag | |
| includeSnapshot | No | Whether to include a snapshot in the response. Default is false. |