The instantiation options for a command linker.

interface IOptions {
    commands: CommandRegistry;
}

Properties

Properties

commands: CommandRegistry

The command registry instance that all linked commands will use.