Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
TypeaheadOptions
Interface TypeaheadOptions
Index
Properties
highlighter
items
matcher
minLength
sorter
source
updater
Properties
optional
public
highlighter
?:
(item: any) => string
optional
public
items
?:
number
optional
public
matcher
?:
(item: any) => boolean
optional
public
minLength
?:
number
optional
public
sorter
?:
(items: any[]) => any[]
optional
public
source
?:
any
optional
public
updater
?:
(item: any) => any
Globals
bootstrap
jquery