Variables
ProductAvailableVariants
declaration
const
ProductAvailableVariants: {~schema
: {color?
:string
|string
;name
:string
;previewImage?
: {alt?
:string
;meta?
:any
;sources
: {focalPoint?
: [number
,number
];height
:number
;provider
:string
;responsive?
:"static"
|"mobile"
|"desktop"
;src
:string
;width
:number
; };type
:"image"
; };size?
:string
; }; }
Lightweight array of variant-information.
Type declaration
Name | Type |
---|---|
| { |
Deprecated
Use ProductVariantOptions
instead.