manage_tabs
Add, remove, or reorder tabs on a TABS_WIDGET. Specify tab labels for new tabs, or provide tab IDs for removal/reordering.
Instructions
Add, remove, or reorder tabs on a TABS_WIDGET. Each add entry is {"label"?: str}
— Appsmith generates the tab id and creates the child Canvas; if label is given
it overrides the auto-generated "Tab N". remove is a list of tab ids. reorder
is the desired full list of tab ids in order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | ||
| remove | No | ||
| reorder | No | ||
| widget_id | Yes |