@bridgeline-digital/hawksearch-handlebars-ui
Preparing search index...
Models
SearchResultsItemComponentModel
Interface SearchResultsItemComponentModel
interface
SearchResultsItemComponentModel
{
attributes
?:
Record
<
string
,
string
[]
>
;
brand
?:
string
|
string
[]
;
description
?:
string
;
id
:
string
;
imageUrl
?:
string
;
pinned
:
boolean
;
price
?:
number
;
rating
?:
number
;
salePrice
?:
number
;
score
:
number
;
selectedVariant
?:
ItemVariant
;
sku
?:
string
;
strings
:
{
sale
:
string
}
;
title
:
string
;
type
:
ItemType
;
url
:
string
;
variants
?:
ItemVariant
[]
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseComponentModel
SearchResultsItem
SearchResultsItemComponentModel
FeaturedItemsContentItemComponentModel
Index
Properties
attributes?
brand?
description?
id
image
Url?
pinned
price?
rating?
sale
Price?
score
selected
Variant?
sku?
strings
title
type
url
variants?
visible?
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
[]
>
Optional
brand
brand
?:
string
|
string
[]
Optional
description
description
?:
string
id
id
:
string
Optional
image
Url
imageUrl
?:
string
pinned
pinned
:
boolean
Optional
price
price
?:
number
Optional
rating
rating
?:
number
Optional
sale
Price
salePrice
?:
number
score
score
:
number
Optional
selected
Variant
selectedVariant
?:
ItemVariant
Optional
sku
sku
?:
string
strings
strings
:
{
sale
:
string
}
title
title
:
string
type
type
:
ItemType
url
url
:
string
Optional
variants
variants
?:
ItemVariant
[]
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
brand
description
id
image
Url
pinned
price
rating
sale
Price
score
selected
Variant
sku
strings
title
type
url
variants
visible
@bridgeline-digital/hawksearch-handlebars-ui
Loading...