DashboardDrillToLegacyDashboardRequestedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardDrillToLegacyDashboardRequestedPayload
DashboardDrillToLegacyDashboardRequestedPayload 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 DashboardDrillToLegacyDashboardRequested event.
Signature:
export interface DashboardDrillToLegacyDashboardRequestedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillDefinition | readonly | IDrillToLegacyDashboard | (ALPHA) Drill definition with the drill information. |
drillEvent | readonly | IDashboardDrillEvent | (ALPHA) Original drill event, that triggered this particular drill interaction. |