smartsuite_update_layout_tab
Update a record-view tab's name, description, position, or the tab-bar style and alignment. Preview changes before applying with confirm:true.
Instructions
Update a record-view tab (name, description, position) by its tab id, and/or the tab-bar style/align. Requires schema-write. Pass description:"" to clear it. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New tab name. | |
| align | No | Tab-bar alignment (e.g. "left"). | |
| style | No | Tab-bar style for the whole table. | |
| tabId | Yes | The tab id to update. | |
| confirm | No | Must be true to apply (default false = preview). | |
| position | No | New 0-based position (reorders tabs). | |
| description | No | New description (plain text; "" clears it). | |
| applicationId | Yes | The application (table) ID. |