Home > @i2analyze/notebook-sdk > commands > IRibbonTabConfig
commands.IRibbonTabConfig interface
A set of information for creating a tab in the application ribbon.
Signature:
interface IRibbonTabConfig 
Introduced: version 1.6
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| id | readonly | 
RibbonTabId | Gets the identifier of the tab, which must be a lower-case GUID. | 
| label | readonly | 
string | Gets the label for the tab. | 
| tooltip? | readonly | 
string | (Optional) Gets the tooltip for the tab. |