Home > @i2analyze/notebook-sdk > commands > IGroupBase
commands.IGroupBase interface
A group of actions in i2 Notebook.
Signature:
interface IGroupBase
Introduced: version 1.2
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | readonly |
GroupId | Gets the identifier of the group, which should be a GUID. |
| isCollapsed? | readonly |
boolean | (Optional) Indicates whether the group is initially expanded (false) or collapsed (true) in the user interface. |