Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommandsConverter

Index

Constructors

Properties

commandsMap: Map<number, Command> = ...
handle: number = 0
isSafeCommandRegistered: boolean
safeCommandId: string

Methods

  • executeSafeCommand<R>(...args: any[]): PromiseLike<undefined | R>
  • toInternalCommand(external: Command): Command
  • toSafeCommand(command: undefined, disposables: DisposableCollection): undefined
  • toSafeCommand(command: Command, disposables: DisposableCollection): Command
  • toSafeCommand(command: undefined | Command, disposables: DisposableCollection): undefined | Command