Home > @poq/sdk-sfcc > ImageGroup
Document representing an image group containing a list of images for a particular view type and an optional variation value.
Signature:
export declare class ImageGroup extends BaseModel<ImageGroup>
Extends: BaseModel<ImageGroup
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the ImageGroup class |
Property | Modifiers | Type | Description |
---|---|---|---|
images? | Array<Image> | (Optional) The images of the image group. | |
variationAttributes? | Array<VariationAttribute> | (Optional) Returns a list of variation attributes applying to this image group. | |
viewType? | string | (Optional) The image view type. |