A resolved image for a product's detail panel: the source shown in the
thumbnail box and the (usually larger) source shown enlarged in the gallery
modal when the thumbnail is clicked.
Source
exportinterfaceResolvedProductImage { /** Image URL to render in the fixed-size thumbnail box. */ thumbSrc:string; /** Image URL shown enlarged in the gallery modal when the thumbnail is clicked. */ fullSrc:string; /** Alt text for the image, when the source provided one. */ altText?:string; }
A resolved image for a product's detail panel: the source shown in the thumbnail box and the (usually larger) source shown enlarged in the gallery modal when the thumbnail is clicked.
Source