DashboardDrillDownResolved
Home > @gooddata/sdk-ui-dashboard > DashboardDrillDownResolved
DashboardDrillDownResolved 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.
This event is emitted as a result of the DrillDown command. It contains the target insight with the drill down definition applied (result of the drill down application depends on the particular visualization type).
In the default dashboard implementation this event also opens drill dialog with the insight that has this particular drill down definition applied.
Signature:
export interface DashboardDrillDownResolved extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardDrillDownResolvedPayload | (ALPHA) |
type | readonly | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | (ALPHA) |