Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PromptSelectDialog

Index

Constructors

constructor

Properties

autoClose

autoClose: boolean = false

icon

icon: string = ''

labelKey

labelKey: string = ''

mode

mode: "multiple" | "single" = 'single'

options

options: any[] = ...

required

required: boolean = false

secondaryKey

secondaryKey: string = ''

showSearch

showSearch: boolean | "auto" = 'auto'

title

title: string = 'Select an option'

value

value: any

valueKey

valueKey: string = ''

Accessors

shouldShowSearch

  • get shouldShowSearch(): boolean

Methods

activate

  • activate(params: any): void

canDeactivate

  • canDeactivate(result: UxModalServiceResult): Promise<boolean>

getLabel

  • getLabel(option: any): string

getSecondary

  • getSecondary(option: any): string

getValue

  • getValue(option: any): any

isSelected

  • isSelected(option: any, value: any): boolean

toggleOption

  • toggleOption(option: any, event: MouseEvent): void

Generated using TypeDoc