removeDrillDownForInsightWidget()
Home > @gooddata/sdk-ui-dashboard > removeDrillDownForInsightWidget
removeDrillDownForInsightWidget() function
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.
Creates the RemoveDrillDownForInsightWidget command. Dispatching the created command will remove insight widget's drill definition for the provided measure.
Signature:
export declare function removeDrillDownForInsightWidget(ref: ObjRef, blacklistHierarchies: IDrillDownReference[], correlationId?: string): IRemoveDrillDownForInsightWidget;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference of insight widget whose drill should be removed | |
|
blacklistHierarchies |
drill localIdentifiers and its hierarchy should be removed | |
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: