ClusterDrillDown
Drill-down configuration for a cluster, retained for compatibility with the previous catalogue service.
Superseded by cluster configuration settings; new integrations should consume the configuration settings instead.
type ClusterDrillDown implements IClusterDrillDown {
attributeId: String!
priority: Int!
displayType: ClusterDrillDownDisplayType!
}
Fields
ClusterDrillDown.attributeId ● String! non-null scalar
The id of the Attribute to create the drilldown matrix for
ClusterDrillDown.priority ● Int! non-null scalar
The order in which the drilldown should be generated
ClusterDrillDown.displayType ● ClusterDrillDownDisplayType! non-null enum
Indicator how to display the current drilldown selection
Interfaces
IClusterDrillDown interface
Drill-down navigation configuration for cluster product filtering.
Defines how customers can navigate through cluster products using attribute-based filtering. Each drill-down represents a filterable attribute that helps customers narrow down product choices within a cluster.
Member Of
Cluster object