Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly options

options: Options<ProblemSelection>

Protected Readonly selectionService

selectionService: SelectionService

Protected Readonly toSelection

toSelection: (arg: any) => undefined | ProblemSelection

Type declaration

Methods

execute

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

    • Rest ...args: any[]

    Returns undefined | Object

Protected getMultiSelection

  • Parameters

    • arg: undefined | Object

    Returns undefined | ProblemSelection[]

Protected getSelection

  • Parameters

    • Rest ...args: any[]

    Returns undefined | ProblemSelection | ProblemSelection[]

Protected getSingleSelection

  • Parameters

    • arg: undefined | Object

    Returns undefined | ProblemSelection

isEnabled

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

    • Rest ...args: any[]

    Returns boolean

Protected isMulti

  • isMulti(): boolean
  • Returns boolean

isVisible

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

    • Rest ...args: any[]

    Returns boolean