Skip to main content

ClusterDrillDown

No description

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

The interface for the ClusterDrillDown type, this describes the a cluster's drill down configuration.

Member Of

Cluster object ● ICluster interface