Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly options

options: Options<FileSelection>

Protected Readonly selectionService

selectionService: SelectionService

Protected Readonly toSelection

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

Type declaration

Methods

execute

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

    • Rest ...args: any[]

    Returns undefined | Object

Protected getMultiSelection

  • getMultiSelection(arg: undefined | Object): undefined | FileSelection[]
  • Parameters

    • arg: undefined | Object

    Returns undefined | FileSelection[]

Protected getSelection

  • Parameters

    • Rest ...args: any[]

    Returns undefined | FileSelection | FileSelection[]

Protected getSingleSelection

  • getSingleSelection(arg: undefined | Object): undefined | FileSelection
  • Parameters

    • arg: undefined | Object

    Returns undefined | FileSelection

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