ClusterDrillDownDisplayType
User interface display methods for cluster drill-down navigation.
Defines how customers can navigate through cluster product options and make selections, affecting the user experience and interaction flow for product configuration.
enum ClusterDrillDownDisplayType {
RADIO
DROPDOWN
IMAGE
COLOR
}
Values
ClusterDrillDownDisplayType.RADIO
Radio button selection interface.
Displays drill-down options as radio buttons, allowing customers to see all available choices at once and make single selections.
ClusterDrillDownDisplayType.DROPDOWN
Dropdown menu selection interface.
Displays drill-down options in a compact dropdown menu, suitable for clusters with many options or when conserving screen space.
ClusterDrillDownDisplayType.IMAGE
Image-based selection interface.
Displays drill-down options as clickable images, ideal for visual product attributes where customers benefit from seeing visual representations.
ClusterDrillDownDisplayType.COLOR
Color selection interface.
Displays drill-down options as color swatches or color picker, specifically designed for color-based product variations and attributes.
Member Of
ClusterDrillDown
object ● IClusterDrillDown
interface