Trevixal API
Preparing search index...
@trevixal/core
SuggestionListState
Interface SuggestionListState<T>
Popup state handed to
SuggestionListOptions.onState
.
interface
SuggestionListState
<
T
>
{
items
:
readonly
T
[]
;
match
:
TriggerMatch
;
selectedIndex
:
number
;
}
Type Parameters
T
Index
Properties
items
match
selected
Index
Properties
Readonly
items
items
:
readonly
T
[]
Readonly
match
match
:
TriggerMatch
Readonly
selected
Index
selectedIndex
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
match
selected
Index
Trevixal API
Loading...
Popup state handed to SuggestionListOptions.onState.