DashboardInsightWidgetDrillsModifiedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetDrillsModifiedPayload
DashboardInsightWidgetDrillsModifiedPayload 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.
Payload of the DashboardInsightWidgetDrillsModified event.
Signature:
export interface DashboardInsightWidgetDrillsModifiedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
added | readonly | DrillDefinition[] | (BETA) Drill definitions that were newly added. There will be at most one drill definition for drillable measure. |
ref | readonly | ObjRef | (BETA) Reference to Insight Widget that was changed. |
updated | readonly | DrillDefinition[] | (BETA) Drill definitions that were updated. For each measure that was already set up with a drill definition, there will be the new drill definition. |