IDashboardDrillEvent
Home > @gooddata/sdk-ui-dashboard > IDashboardDrillEvent
IDashboardDrillEvent interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A IDrillEvent with added information about the drill event specific to the Dashboard context.
Signature:
export interface IDashboardDrillEvent extends IDrillEvent
Extends: IDrillEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillDefinitions | DashboardDrillDefinition[] | (BETA) All the drilling interactions set in KPI dashboards that are relevant to the given drill event (including drill downs). | |
widgetRef? | ObjRef | (BETA) (Optional) Reference to the widget that triggered the drill event. |