Preparing search index...
The search index is not available
@nosto/autocomplete
@nosto/autocomplete
DefaultState
Interface DefaultState
interface
DefaultState
{
history
?:
{
item
:
string
;
}
[]
;
query
?:
InputSearchQuery
;
response
?:
SearchResult
;
}
Index
Properties
history?
query?
response?
Properties
Optional
history
history
?:
{
item
:
string
;
}
[]
The history items.
Optional
query
query
?:
InputSearchQuery
The current search query object.
Optional
response
response
?:
SearchResult
The current search response.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
history
query
response
@nosto/autocomplete
Loading...
The history items.