Home > @i2analyze/notebook-sdk > commands > IMenuGroup
commands.IMenuGroup interface
Warning: This API is now obsolete.
Deprecated since version 1.5. Use commands.IGroup instead.
A group of actions in a popup menu that do not have a label or an icon.
Signature:
interface IMenuGroup extends IGroupBase
Extends: IGroupBase
Introduced: version 1.2
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
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) |