Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

Image_2

Representation of an Image Image

export interface Image {
	'altText'?: string;
	'format'?: string;
	'galleryIndex'?: number;
	'imageType'?: ImageImageTypeEnum;
	'url'?: string;
}

Properties

NameRequiredTypeDescription
altTextOptionalstringTooltip content which is visible while image mouse hovering {string} Image
formatOptionalstringFormat of the image, can be zoom, product, thumbnail, store, cartIcon, etc. {string} Image
galleryIndexOptionalnumberIndex of the image while displayed in gallery {number} Image
imageTypeOptionalImageImageTypeEnumType of the image, can be PRIMARY or GALLERY {string} Image
urlOptionalstringURL address of the image {string} Image

Referenced Types

On this page