Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

EffectSpeed

EffectSpeed: "slow" | "normal" | "fast"

Duration of toggle animation of the overlay panel.

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.

Generated using TypeDoc