string | string[] | number | boolean
.q
string
_
q.override
string
_
q.suggestions
string
_
filter
string
'_id != ""'
resultsPerPage
number
15
page
number
1
maxSuggestions
number
10
Config
object defines mapping between key/value pair params to be sent with each and every request.qParam
string
'q'
qOverrideParam
string
'q.override'
qSuggestionsParam
string
'q.suggestions'
resultsPerPageParam
string
'resultsPerPage'
pageParam
string
'page'
maxSuggestions
number
'maxSuggestions'
id
string
'_id'
url
string
'url'
title
string
'title'
subtitle
string
'url'
description
string
'description'
image
string
'image'
price
string
'price'
originalPrice
string
'originalPrice'
rating
string
'rating'
colors
{primary: {base: string, text: string, active: string}}
_
customClassNames
property allows for adding CSS class names to components, enabling you to write custom styles to change the look and feel of the layout.