Skip to content

InternalPlugin.registerGlobalCommand method

InternalPlugin › registerGlobalCommand

Unofficial

Register a global command for this plugin.

Signature:

registerGlobalCommand(command: Command): void

Parameters:

Parameter Type Description
command Command The command to register.

Returns: void