Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandRegistryMain

Hierarchy

  • CommandRegistryMain

Implemented by

Index

Methods

  • $executeCommand<T>(id: string, ...args: any[]): PromiseLike<undefined | T>
  • $getCommands(): PromiseLike<string[]>
  • $getKeyBinding(commandId: string): PromiseLike<undefined | CommandKeyBinding[]>
  • $registerCommand(command: CommandDescription): void
  • $registerHandler(id: string): void
  • $unregisterCommand(id: string): void
  • $unregisterHandler(id: string): void