@nosto/autocomplete
react
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
./
AutocompleteConfig
DefaultState
GoogleAnalyticsConfig
AutocompleteInstance
SearchAutocompleteOptions
Selector
autocomplete
priceDecorator
search
liquid
defaultLiquidTemplate
fromLiquidTemplate
autocomplete
AutocompleteConfig
AutocompleteInstance
DefaultState
GoogleAnalyticsConfig
priceDecorator
search
mustache
Options
defaultMustacheTemplate
fromMustacheTemplate
autocomplete
AutocompleteConfig
AutocompleteInstance
DefaultState
GoogleAnalyticsConfig
priceDecorator
search
react
AutocompleteProps
Autocomplete
autocomplete
AutocompleteConfig
AutocompleteInstance
DefaultState
GoogleAnalyticsConfig
priceDecorator
search
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
The response from the autocomplete API.