Skip to main content

Interface: GalleryTabResponse

Represents data for a gallery tab in the product interface.

This interface provides the structure and content for displaying a gallery of images or videos within a product tab. Galleries showcase additional visual content beyond the configurator view, such as lifestyle photos, detail shots, usage examples, or inspirational content.

The response includes both layout information (columns) and the prepared media items with all necessary metadata and URLs for proper display.

Properties

columns

columns: number

Number of columns to use for the gallery layout.

This value determines how many items should appear in each row of the gallery grid, affecting the overall visual presentation.


items

items: GalleryEntry[]

Array of gallery items to display.

These fully prepared media items include all the paths, metadata, and dimensions needed to properly display the gallery content.