Home > @i2analyze/notebook-sdk > commands > IApplicationRibbon > getTab
commands.IApplicationRibbon.getTab() method
Gets the area that represents the specified tab in the application ribbon.
Signature:
getTab(id: RibbonTabId): IRibbonTabActionArea;
Introduced: version 1.6
Parameters
Parameter | Type | Description |
---|---|---|
id | RibbonTabId | The identifier of the tab. |
Returns:
An object that you can use to add actions or a group to the located area.
Exceptions
Error
if the specified tab does not exist.