Skip to content

Plugin.removeCommand method

Plugin › removeCommand

Official

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

Since: 1.7.2