IClusterDrillDown
The interface for the ClusterDrillDown type, this describes the a cluster's drill down cosfiguration.
interface IClusterDrillDown {
attributeId: String!
priority: Int!
displayType: ClusterDrillDownDisplayTypes!
}
Fields
IClusterDrillDown.attributeId ● String! non-null scalar
The id of the Attribute to create the drilldown matrix for
IClusterDrillDown.priority ● Int! non-null scalar
The order in which the drilldown should be generated
IClusterDrillDown.displayType ● ClusterDrillDownDisplayTypes! non-null enum
Indicator how to display the current drilldown selection
Implemented By
ClusterDrillDown object