PluginCommandRegistrar.removeCommand method
PluginCommandRegistrar › removeCommand
Removes a command from the plugin.Signature:
removeCommand(commandId: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| commandId | string | The ID of the command to remove. |
Returns: void