Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypeaheadOptions

Hierarchy

  • TypeaheadOptions

Index

Properties

Optional highlighter

highlighter: function

Type declaration

    • (item: any): string
    • Parameters

      • item: any

      Returns string

Optional items

items: number

Optional matcher

matcher: function

Type declaration

    • (item: any): boolean
    • Parameters

      • item: any

      Returns boolean

Optional minLength

minLength: number

Optional sorter

sorter: function

Type declaration

    • (items: any[]): any[]
    • Parameters

      • items: any[]

      Returns any[]

Optional source

source: any

Optional updater

updater: function

Type declaration

    • (item: any): any
    • Parameters

      • item: any

      Returns any