AmazonImageOptions interface

Container of the 3 size options an image has

Signature:

export interface AmazonImageOptions 

Properties

PropertyModifiersTypeDescription
largereadonlyAmazonImageThe largest version of the image
mediumreadonlyAmazonImageThe mid sized version of the image
smallreadonlyAmazonImageThe smallest version of the image

AmazonImageOptions.large property

The largest version of the image

Signature:

readonly large: AmazonImage;

Remarks

Only present if one of AmazonItemContent.ImagesPrimaryLarge or AmazonItemContent.ImagesVariantsLarge is requested.

AmazonImageOptions.medium property

The mid sized version of the image

Signature:

readonly medium: AmazonImage;

Remarks

Only present if one of AmazonItemContent.ImagesPrimaryMedium or AmazonItemContent.ImagesVariantsMedium is requested.

AmazonImageOptions.small property

The smallest version of the image

Signature:

readonly small: AmazonImage;

Remarks

Only present if one of AmazonItemContent.ImagesPrimarySmall or AmazonItemContent.ImagesVariantsSmall is requested.