Home > @i2analyze/notebook-sdk > commands > IActionArea > getGroup
commands.IActionArea.getGroup() method
Locates the area of the user interface that is occupied by a particular group of actions.
Signature:
getGroup(id: GroupId): IActionArea<undefined>;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
id | GroupId | The identifier of the group to use as a reference. |
Returns:
IActionArea<undefined>
An area of the i2 Notebook user interface that can display actions and groups of actions.
Exceptions
Error
if the id
was not a valid GroupId.