Skip to main content

ClusterDrillDownDisplayType

Control type used when surfacing a cluster drill-down selection in customer-facing user interfaces.

Determines how the shopper chooses between the available drill-down values. Superseded by the cluster configuration setting display types.

enum ClusterDrillDownDisplayType {
RADIO
DROPDOWN
IMAGE
COLOR
}

Values

ClusterDrillDownDisplayType.RADIO

Displays the available drill-down values as radio buttons.

ClusterDrillDownDisplayType.DROPDOWN

Displays the available drill-down values inside a compact dropdown menu.

ClusterDrillDownDisplayType.IMAGE

Displays the available drill-down values as clickable images.

ClusterDrillDownDisplayType.COLOR

Member Of

ClusterDrillDown object ● IClusterDrillDown interface