Interface: CarouselItem
Represents an image in a product's 2D view carousel.
This interface defines a 2D image view of the product that can be shown in carousels or galleries as an alternative to the 3D configurator view. These images may show different angles, perspectives, or detailed views of the product to give users a complete understanding of its appearance.
Carousel images are typically generated dynamically based on the current configuration but may also include static pre-rendered views.
Properties
image
image:
string
Absolute URL to the image.
This fully qualified URL points directly to the image file that should be displayed in the carousel.
viewId
viewId:
string
ID of the 2D view this image represents.
This uniquely identifies which product view this image shows (e.g., "front", "side", "detail-1").