headless-commerce
Preparing search index...
components/product/ProductCard
ProductCardProps
Interface ProductCardProps
interface
ProductCardProps
{
imageLoading
?:
"eager"
|
"lazy"
;
onAddToCart
:
(
product
:
Product
)
=>
void
;
product
:
Product
;
}
Index
Properties
image
Loading?
on
Add
To
Cart
product
Properties
Optional
Readonly
image
Loading
imageLoading
?:
"eager"
|
"lazy"
Readonly
on
Add
To
Cart
onAddToCart
:
(
product
:
Product
)
=>
void
Readonly
product
product
:
Product
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
image
Loading
on
Add
To
Cart
product
headless-commerce
Loading...