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 |
---|---|---|---|
attributeHierarchyRef | readonly | ObjRef | (ALPHA) Specify drill attribute hierarchy ref to be modified. |
attributeIdentifier | readonly | ObjRef | (ALPHA) Specify drill localIdentifier and its hierarchy should be modified. |
blacklistHierarchies | readonly | IDrillDownReference[] | (ALPHA) Specify hierarchies that should be added to the ignored hierarchies of the widget. If no blacklistHierarchies are provided, ignored hierarchies keep unchanged. |
intersectionIgnoredAttributes? | readonly | 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. |
ref | readonly | ObjRef | (ALPHA) Reference to Insight Widget whose drill items should be modified. |