Preparing search index...
The search index is not available
@nosto/autocomplete
@nosto/autocomplete
AutocompleteProps
Interface AutocompleteProps
interface
AutocompleteProps
{
history
?:
{
item
:
string
;
}
[]
;
response
?:
{
keywords
:
{
hits
:
SearchKeyword
[]
;
}
;
products
:
{
hits
:
SearchProduct
[]
;
}
;
}
;
}
Index
Properties
history?
response?
Properties
Optional
history
history
?:
{
item
:
string
;
}
[]
Optional
response
response
?:
{
keywords
:
{
hits
:
SearchKeyword
[]
;
}
;
products
:
{
hits
:
SearchProduct
[]
;
}
;
}
The response from the autocomplete API.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
history
response
@nosto/autocomplete
Loading...
The response from the autocomplete API.