Home > @i2analyze/notebook-sdk > commands > IApplicationRibbon > removeTab
commands.IApplicationRibbon.removeTab() method
Removes a tab from the application ribbon.
Signature:
removeTab(tab: TabSpecifier): void;
Introduced: version 1.7
Parameters
Parameter | Type | Description |
---|---|---|
tab | TabSpecifier | The tab to remove. |
Returns:
void
Remarks
When the tab is removed from the ribbon, all the groups and actions that it contains are also removed. A plug-in that added commands to the removed tab might lose access to those commands.