IDrillDownDefinition
Home > @gooddata/sdk-ui-dashboard > IDrillDownDefinition
IDrillDownDefinition interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Information about the DrillDown interaction - the attribute that is next in the drill down hierarchy.
Signature:
export interface IDrillDownDefinition
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
hierarchyRef? | ObjRef | (BETA) (Optional) Reference to the attribute hierarchy that triggered the drill down. Is required if enableDrillDownIntersectionIgnoredAttributes feature flag is set to true. | |
origin | LocalIdRef | (BETA) Local identifier of the attribute that triggered the drill down. | |
target | ObjRef | (BETA) Target attribute display form for drill down. | |
title? | string | (BETA) (Optional) Title for the target attribute. | |
type | "drillDown" | (BETA) |