Skip to content

Commands.addCommand method

Commands › addCommand

Unofficial

Add a command to the command registry.

Signature:

addCommand(command: Command): void

Parameters:

Parameter Type Description
command Command Command to add.

Returns: void