Interface: ProductTab
Represents a tab within the product interface.
This interface defines a tab that appears in the product configurator, containing additional information or features beyond the main configuration controls. Tabs organize supplementary content like descriptions, technical specifications, documentation, material options, image galleries, and more.
Product tabs enhance the shopping experience by providing comprehensive product information without cluttering the main configuration interface, allowing users to explore details at their own pace.
Extended by
Properties
content?
optionalcontent?:string|object
The content to display within this tab.
This can be structured data or text, with the format varying based on the tab type. For text tabs, this contains the description; for other tab types, it may contain specialized structured content.
enableForPdf?
optionalenableForPdf?:YesNoValue
Controls whether this tab should be included in PDF exports.
When set to YES, content from this tab will be incorporated when
generating PDF documents of the product configuration.
files?
optionalfiles?:TabFile[]
List of files to make available in this tab.
Used for DOWNLOADS tab type to provide downloadable resources related to the product, such as manuals or CAD files.
galleryId?
optionalgalleryId?:string
The ID of the gallery associated with this tab.
Only used for tabs of type GALLERY, this references the specific gallery to display in this tab.