Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriAwareCommandHandler<T>

Type parameters

Hierarchy

  • UriAwareCommandHandler

Implements

Index

Constructors

constructor

Properties

Protected Readonly handler

handler: UriCommandHandler<T>

Protected Optional Readonly options

options: Options

Protected Readonly selectionService

selectionService: SelectionService

Methods

execute

  • execute(...args: any[]): undefined | object

Protected getArgsWithUri

  • getArgsWithUri(...args: any[]): [undefined | T, any]

Protected getUri

  • getUri(...args: any[]): undefined | T

isEnabled

  • isEnabled(...args: any[]): boolean

Protected isMulti

  • isMulti(): undefined | boolean

isVisible

  • isVisible(...args: any[]): boolean