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 |
|---|---|---|---|
| analyzeTab | readonly |
IAnalyzeTabActionArea | Gets the area that represents the Analyze tab in the application ribbon. |
| collectTab | readonly |
ICollectTabActionArea | Gets the area that represents the Collect tab in the application ribbon. |
| disseminateTab | readonly |
IDisseminateTabActionArea | Gets the area that represents the Disseminate tab in the application ribbon. |
| 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. |
| removeTab(tab) | Removes a tab from the application ribbon. |