Skip to content

PluginCommandRegistrar.removeCommand method

PluginCommandRegistrar › removeCommand

Removes a command from the plugin.

Signature:

removeCommand(commandId: string): void

Parameters:

ParameterTypeDescription
commandIdstringThe ID of the command to remove.

Returns: void