ClusterConfigSettingDisplayType
User interface display types for cluster configuration options.
Defines how cluster drill-down options are presented to customers in the storefront, affecting the user experience and interaction method for product selection.
enum ClusterConfigSettingDisplayType {
DROPDOWN
RADIO
IMAGE
COLOR
}
Values
ClusterConfigSettingDisplayType.DROPDOWN
Dropdown selection interface.
Displays options in a compact dropdown menu, suitable for configurations with many options or when space is limited.
ClusterConfigSettingDisplayType.RADIO
Radio button selection interface.
Displays options as radio buttons, ideal for configurations with few options where all choices should be visible simultaneously.
ClusterConfigSettingDisplayType.IMAGE
Image-based selection interface.
Displays options as clickable images, perfect for visual attributes like patterns, styles, or product variants where visual representation is important.
ClusterConfigSettingDisplayType.COLOR
Color picker selection interface.
Displays options as color swatches or color picker, specifically designed for color-based product attributes and variations.
Member Of
ClusterConfigSetting
object ● ClusterConfigSettingInput
input ● ClusterConfigSettingResponse
object ● ClusterConfigSettingUpdateInput
input ● UpdateClusterConfigSettingResponse
object