DashboardDrillToDashboardResolved
Home > @gooddata/sdk-ui-dashboard > DashboardDrillToDashboardResolved
DashboardDrillToDashboardResolved 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 DrillToDashboard command. It contains the drill intersection filters that can be applied to the target dashboard.
There is a factory function to create default event handler for drill to same dashboard - see newDrillToSameDashboardHandler.
Signature:
export interface DashboardDrillToDashboardResolved extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardDrillToDashboardResolvedPayload | (ALPHA) |
type | readonly | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | (ALPHA) |