drills
Home > @gooddata/sdk-ui-dashboard > ModifyDrillsForInsightWidgetPayload > drills
ModifyDrillsForInsightWidgetPayload.drills property
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.
New drill definitions. The drills are defined per measure in insight and there can be exactly one drill definition for insight measure.
The newly provided items will be matches to existing items by the measure they are linked to. The definition of drill for that measure will be modified.
Note: this can do upsert. if you specify drill for a measure and there is no existing drill for it, then the new definition will be used.
Signature:
readonly drills: InsightDrillDefinition[];