Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandRegistryMain

Hierarchy

  • CommandRegistryMain

Implemented by

Index

Methods

$executeCommand

  • $executeCommand<T>(id: string, ...args: any[]): PromiseLike<undefined | T>

$getCommands

  • $getCommands(): PromiseLike<string[]>

$getKeyBinding

  • $getKeyBinding(commandId: string): PromiseLike<undefined | CommandKeyBinding[]>

$registerCommand

  • $registerCommand(command: CommandDescription): void

$registerHandler

  • $registerHandler(id: string): void

$unregisterCommand

  • $unregisterCommand(id: string): void

$unregisterHandler

  • $unregisterHandler(id: string): void