Skip to content

CommandRegistrar.addCommand method

CommandRegistrar › addCommand

Adds a command to the registrar.

Signature:

addCommand(command: Command): void

Parameters:

ParameterTypeDescription
commandCommandThe command to add.

Returns: void