ExplicitDrill
Home > @gooddata/sdk-ui > ExplicitDrill
ExplicitDrill type
Drillable item reference or predicate that enables insight / kpi drilling if it matches some attribute or measure of the insight / kpi.
Signature:
export type ExplicitDrill = IDrillableItem | IHeaderPredicate;
References: IDrillableItem, IHeaderPredicate
Remarks
You can use HeaderPredicates factory functions to create predicates, or specify reference to the identifier / uri of the target attribute / measure using IDrillableItem definition.