Skip to content

CommandRegistrar.removeCommand method

CommandRegistrar › removeCommand

Removes a command from the registrar.

Signature:

removeCommand(commandId: string): void

Parameters:

ParameterTypeDescription
commandIdstringThe ID of the command to remove.

Returns: void