AmazonImage interface

Describes a single image asset

Signature:

export interface AmazonImage 

Properties

PropertyModifiersTypeDescription
heightreadonlynumberThe height of the image in pixels
urlreadonlystringThe URL of the image asset
widthreadonlynumberThe width of the image in pixels

AmazonImage.height property

The height of the image in pixels

Signature:

readonly height: number;

AmazonImage.url property

The URL of the image asset

Signature:

readonly url: string;

AmazonImage.width property

The width of the image in pixels

Signature:

readonly width: number;