CommandRegistrar.removeCommand method
CommandRegistrar › removeCommand
Removes a command from the registrar.Signature:
removeCommand(commandId: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| commandId | string | The ID of the command to remove. |
Returns: void