Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

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: "startsWith" | "contains" | "endsWith" | "custom"

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

Generated using TypeDoc