Skip to content

Commands.removeCommand method

Commands › removeCommand

Unofficial

Remove a command from the command registry.

Signature:

removeCommand(commandId: string): void

Parameters:

ParameterTypeDescription
commandIdstringID of command to remove.

Returns: void