Move widget
move_widgetMove or resize a widget. Works for any widget type. Pass only the dimensions you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | New x position (grid column 0-11). | |
| y | No | New y position (grid row). | |
| id | Yes | Widget ID (from list_widgets). | |
| width | No | New width in grid columns. | |
| height | No | New height in grid rows. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The widget, at its new position and size, as saved, with the update applied. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |