Home > @i2analyze/notebook-sdk > commands > ICommandApi > removeCommand
commands.ICommandApi.removeCommand() method
Unregisters and removes a command and all its actions from the application.
Signature:
removeCommand(commandId: CommandId): void;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
commandId | CommandId | The identifier of the command to remove. |
Returns:
void