Home > @i2analyze/notebook-sdk > commands > IActionArea > remove
commands.IActionArea.remove() method
Removes an action or group of actions from the user interface.
Signature:
remove(id: CommandId | GroupId): void;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
id | CommandId | GroupId | The identifier of the action (that is, its command identifier) or group to remove. |
Returns:
void