removeDrillToUrlForInsightWidget()
Home > @gooddata/sdk-ui-dashboard > removeDrillToUrlForInsightWidget
removeDrillToUrlForInsightWidget() 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 RemoveDrillToUrlForInsightWidget command. Dispatching the created command will remove insight widget's drill definition for the provided attribute.
Signature:
export declare function removeDrillToUrlForInsightWidget(ref: ObjRef, blacklistAttributes: ObjRef[], correlationId?: string): IRemoveDrillToUrlForInsightWidget;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference of insight widget whose drill should be removed | |
|
blacklistAttributes |
ObjRef[] |
displayForm refs of drill to url attributes which 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: