AddDrillDownForInsightWidgetPayload
Home > @gooddata/sdk-ui-dashboard > AddDrillDownForInsightWidgetPayload
AddDrillDownForInsightWidgetPayload 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 AddDrillDownForInsightWidget command.
Signature:
export interface AddDrillDownForInsightWidgetPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributeIdentifier | readonly | ObjRef | (ALPHA) Specify drill localIdentifier and its hierarchy should be added. |
drillDownAttributeHierarchyRef | readonly | ObjRef | (ALPHA) Specify drill down hierarchy reference that should be added. |
drillDownIdentifier | readonly | string | (ALPHA) Specify drill down hierarchy localIdentifier that should be added. |
intersectionIgnoredAttributes | readonly | string[] | (ALPHA) Specify local identifiers of attributes that should be ignored in drill intersection. |
ref | readonly | ObjRef | (ALPHA) Reference to Insight Widget whose drill items should be added. |