ModifyDrillDownForInsightWidgetPayload
Home > @gooddata/sdk-ui-dashboard > ModifyDrillDownForInsightWidgetPayload
ModifyDrillDownForInsightWidgetPayload 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 ModifyDrillDownForInsightWidget command.
Signature:
export interface ModifyDrillDownForInsightWidgetPayload 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | (ALPHA) Specify drill attribute hierarchy ref to be modified. | ||
| 
 | (ALPHA) Specify drill localIdentifier and its hierarchy should be modified. | ||
| 
 | (ALPHA) Specify hierarchies that should be added to the ignored hierarchies of the widget. If no blacklistHierarchies are provided, ignored hierarchies keep unchanged. | ||
| 
 | string[] | (ALPHA) (Optional) Specify local identifiers of attributes that should be ignored in drill intersection during drill down. If no intersectionIgnoredAttributes are provided, ignored attributes keep unchanged. | |
| 
 | (ALPHA) Reference to Insight Widget whose drill items should be modified. |