@bootdesk/js-web-adapter-react
Preparing search index...
ProductCard
Interface ProductCard
interface
ProductCard
{
actions
?:
ProductCardAction
[]
;
badge
?:
string
;
currency
?:
string
;
price
:
number
;
title
:
string
;
type
:
"product"
;
url
:
string
;
}
Hierarchy
BaseCard
ProductCard
Index
Properties
actions?
badge?
currency?
price
title
type
url
Properties
Optional
actions
actions
?:
ProductCardAction
[]
Optional
badge
badge
?:
string
Optional
currency
currency
?:
string
price
price
:
number
title
title
:
string
type
type
:
"product"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
badge
currency
price
title
type
url
@bootdesk/js-web-adapter-react
Loading...