Image_2
Representation of an Image Image
export interface Image {
'altText'?: string;
'format'?: string;
'galleryIndex'?: number;
'imageType'?: ImageImageTypeEnum;
'url'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
altText | Optional | string | Tooltip content which is visible while image mouse hovering {string} Image |
format | Optional | string | Format of the image, can be zoom, product, thumbnail, store, cartIcon, etc. {string} Image |
galleryIndex | Optional | number | Index of the image while displayed in gallery {number} Image |
imageType | Optional | ImageImageTypeEnum | Type of the image, can be PRIMARY or GALLERY {string} Image |
url | Optional | string | URL address of the image {string} Image |