Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

FilterFunction

FilterFunction: (itemLabel: string, filterValue: string) => boolean

Type declaration

    • (itemLabel: string, filterValue: string): boolean
    • A function for filtering the options of a select list box.

      Parameters

      • itemLabel: string
      • filterValue: string

      Returns boolean

FilterMatchMode

FilterMatchMode: "startsWith" | "contains" | "endsWith" | "custom"

Available modes for filtering the options of a select list box. When custom is set, a filterFunction must be specified.

OnChangeCallback

OnChangeCallback: (this: SelectCheckboxMenu) => void

Type declaration

OnHideCallback

OnHideCallback: (this: SelectCheckboxMenu) => void

Type declaration

OnShowCallback

OnShowCallback: (this: SelectCheckboxMenu) => void

Type declaration

Generated using TypeDoc