DashboardDrillRequestedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardDrillRequestedPayload
DashboardDrillRequestedPayload 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 DashboardDrillRequested event.
Signature:
export interface DashboardDrillRequestedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillContext | readonly | DashboardDrillContext | (ALPHA) Context in which the drill interaction was triggered (widget and insight details - if available). |
drillEvent | readonly | IDashboardDrillEvent | (ALPHA) Original drill event, that triggered this particular drill interaction. |