Skip to content

Commands.removeCommand method

Commands › removeCommand

Unofficial

Remove a command from the command registry.

Signature:

removeCommand(commandId: string): void

Parameters:

Parameter Type Description
commandId string ID of command to remove.

Returns: void