DashboardDrillToInsightResolved
Home > @gooddata/sdk-ui-dashboard > DashboardDrillToInsightResolved
DashboardDrillToInsightResolved 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 DrillToInsight command. It contains the target insight with the drill intersection filters applied.
In the default dashboard implementation this event also opens drill dialog with the insight that has the drill intersection filters applied.
Signature:
export interface DashboardDrillToInsightResolved extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardDrillToInsightResolvedPayload | (ALPHA) |
type | readonly | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | (ALPHA) |