InternalPlugin.registerGlobalCommand method
InternalPlugin › registerGlobalCommand
Unofficial
Register a global command for this plugin.Signature:
registerGlobalCommand(command: Command): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| command | Command | The command to register. |
Returns: void