Plugin โ€บ removeCommand

Plugin.removeCommand() method

Manually remove a command from the list of global commands. This should not be needed unless your plugin registers commands dynamically.

Signature:

removeCommand(commandId: string): void;

Parameters

ParameterTypeDescription
commandIdstring

Returns:

void