Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommandRegistryImpl

Implements

Index

Constructors

Properties

argumentProcessors: ArgumentProcessor[]
commands: Set<string> = ...
commandsConverter: CommandsConverter
handlers: Map<string, Handler> = ...

Accessors

Methods

  • $executeCommand<T>(id: string, ...args: any[]): PromiseLike<undefined | T>
  • executeCommand<T>(id: string, ...args: any[]): PromiseLike<undefined | T>
  • executeLocalCommand<T>(id: string, ...args: any[]): Promise<undefined | T>
  • getCommands(filterUnderscoreCommands?: boolean): Promise<string[]>
  • getKeyBinding(commandId: string): PromiseLike<undefined | CommandKeyBinding[]>
  • registerCommand(command: CommandDescription, handler?: Handler, thisArg?: any): Disposable