@aracna/core - v1.5.0
Preparing search index...
TypeaheadOptions
Interface TypeaheadOptions<T>
interface
TypeaheadOptions
<
T
>
{
debounceTime
?:
number
;
items
?:
T
[]
;
listeners
?:
EventEmitterListener
<
TypeaheadEvents
<
T
>
,
keyof
TypeaheadEvents
<
T
>
,
>
[]
;
predicate
?:
TypeaheadPredicate
<
T
>
;
}
Type Parameters
T
Index
Properties
debounce
Time?
items?
listeners?
predicate?
Properties
Optional
debounce
Time
debounceTime
?:
number
Optional
items
items
?:
T
[]
Optional
listeners
listeners
?:
EventEmitterListener
<
TypeaheadEvents
<
T
>
,
keyof
TypeaheadEvents
<
T
>
>
[]
Optional
predicate
predicate
?:
TypeaheadPredicate
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debounce
Time
items
listeners
predicate
@aracna/core - v1.5.0
Loading...