IClusterDrillDown
The interface for the ClusterDrillDown type, this describes the a cluster's drill down configuration.
interface IClusterDrillDown {
attributeId: String!
priority: Int!
displayType: ClusterDrillDownDisplayType!
}
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
● ClusterDrillDownDisplayType!
non-null enum
Indicator how to display the current drilldown selection
Implemented By
ClusterDrillDown
object