Home > @i2analyze/notebook-sdk > commands > IGroup
commands.IGroup interface
A group of actions in either the i2 Notebook application ribbon or a popup menu.
Signature:
interface IGroup extends IGroupBase
Extends: IGroupBase
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
icon? | readonly |
IIcon | (Optional) Gets the icon of the group, which is displayed if the group is collapsed. |
id | readonly |
GroupId | Gets the identifier of the group, which should be a GUID. (Inherited from IGroupBase) |
isCollapsed? | readonly |
boolean | (Optional) Indicates whether the group is initially expanded ( (Inherited from IGroupBase) |
label? | readonly |
string | (Optional) Gets the label of the group, which is displayed to users unless the group is both expanded and in a popup menu. |