@bridgeline-digital/hawksearch-handlebars-ui
Preparing search index...
Models
RecommendationsItem
Interface RecommendationsItem
interface
RecommendationsItem
{
attributes
?:
Record
<
string
,
string
[]
>
;
brand
?:
string
|
string
[]
;
description
?:
string
;
id
:
string
;
imageUrl
?:
string
;
price
?:
number
;
rating
?:
number
;
salePrice
?:
number
;
selectedVariant
?:
ItemVariant
;
sku
?:
string
;
title
:
string
;
url
:
string
;
variants
?:
ItemVariant
[]
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
Item
RecommendationsItem
RecommendationsItemComponentModel
Index
Properties
attributes?
brand?
description?
id
image
Url?
price?
rating?
sale
Price?
selected
Variant?
sku?
title
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
Optional
price
price
?:
number
Optional
rating
rating
?:
number
Optional
sale
Price
salePrice
?:
number
Optional
selected
Variant
selectedVariant
?:
ItemVariant
Optional
sku
sku
?:
string
title
title
:
string
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
price
rating
sale
Price
selected
Variant
sku
title
url
variants
visible
@bridgeline-digital/hawksearch-handlebars-ui
Loading...