Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SelectionCommandHandler<S>

Type Parameters

  • S

Hierarchy

  • SelectionCommandHandler

Implements

Index

Constructors

Properties

selectionService: SelectionService
toSelection: ((arg: any) => undefined | S)

Type declaration

    • (arg: any): undefined | S
    • Parameters

      • arg: any

      Returns undefined | S

Methods

  • execute(...args: any[]): undefined | Object
  • getMultiSelection(arg: undefined | Object): undefined | S[]
  • getSelection(...args: any[]): undefined | S | S[]
  • getSingleSelection(arg: undefined | Object): undefined | S
  • isEnabled(...args: any[]): boolean
  • isMulti(): boolean
  • isVisible(...args: any[]): boolean