Home > @vsf-enterprise/sap-commerce-webservices-sdk > Image_2
Image_2 interface
Representation of an Image Image
Signature:
export interface Image 
Properties
| Property | Type | Description | 
|---|---|---|
| altText? | string | (Optional) Tooltip content which is visible while image mouse hovering | 
| format? | string | (Optional) Format of the image, can be zoom, product, thumbnail, store, cartIcon, etc. | 
| galleryIndex? | number | (Optional) Index of the image while displayed in gallery | 
| imageType? | ImageImageTypeEnum | (Optional) Type of the image, can be PRIMARY or GALLERY | 
| url? | string | (Optional) URL address of the image |