Skip to main content

ClusterConfigSettingDisplayType

Control type used when surfacing a cluster configuration setting in customer-facing user interfaces.

Determines how a configurable option of a cluster is presented to the shopper, affecting the user experience and interaction style for product selection.

enum ClusterConfigSettingDisplayType {
DROPDOWN
RADIO
IMAGE
COLOR
}

Values

ClusterConfigSettingDisplayType.DROPDOWN

Displays the available options inside a compact dropdown menu.

Suitable for settings with many options or when screen space is limited.

ClusterConfigSettingDisplayType.RADIO

Displays the available options as radio buttons.

Suitable for settings with few options where all choices should be visible simultaneously.

ClusterConfigSettingDisplayType.IMAGE

Displays the available options as clickable images.

Suitable for visual attributes such as patterns, styles or product variants where the visual representation matters.

ClusterConfigSettingDisplayType.COLOR

Displays the available options as color swatches.

Designed specifically for colour-based product attributes and variations.

Member Of

ClusterConfigSetting object ● ClusterConfigSettingCreateInput input ● ClusterConfigSettingInput input ● ClusterConfigSettingResponse object ● ClusterConfigSettingUpdateInput input ● UpdateClusterConfigSettingResponse object