Home > @i2analyze/notebook-sdk > commands > IActionArea > addGroup
commands.IActionArea.addGroup() method
Adds the specified group of actions to the user interface.
Signature:
addGroup(group: IGroup): IActionArea<undefined>;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
group | IGroup | The group to add. |
Returns:
IActionArea<undefined>
An object that you can use to add actions or a further group to the new group.
Exceptions
Error
if the group
was not valid, or if a group with the same commands.GroupId was already present.