DashboardDrillDownResolvedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardDrillDownResolvedPayload
DashboardDrillDownResolvedPayload interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the DashboardDrillDownResolved event.
Signature:
export interface DashboardDrillDownResolvedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillDefinition | readonly | IDrillDownDefinition | (ALPHA) Drill down definition that was applied. |
drillEvent | readonly | IDashboardDrillEvent | (ALPHA) Original drill event, that triggered this particular drill interaction. |
insight | readonly | IInsight | (ALPHA) Target insight with the drill down definition applied. |