move_control
Change a control's position and size on a dashboard layout, or relocate it to a different tab.
Instructions
Reposition / resize a control, or move it to another tab.
Args: control_id: id of the control. position: New [row, col]. span: New [rowSpan, colSpan]. tab_index: Move to this tab index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| span | No | ||
| position | No | ||
| tab_index | No | ||
| control_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |