Home > @i2analyze/notebook-sdk > commands > IApplicationRibbon
commands.IApplicationRibbon interface
The i2 Notebook application ribbon.
Signature:
interface IApplicationRibbon
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
homeTab | readonly |
IHomeTabActionArea | Gets the area that represents the Home tab in the application ribbon. |
Methods
Method | Description |
---|---|
addTab(config, insertBefore) | Adds a new tab to the application ribbon. |
getTab(id) | Gets the area that represents the specified tab in the application ribbon. |