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
Parameter | Type | Description |
---|---|---|
commandId | string |
Returns:
void