DrillPayload
Home > @gooddata/sdk-ui-dashboard > DrillPayload
DrillPayload 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 Drill command.
Signature:
export interface DrillPayload
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. |