removeDrillsForInsightWidget()
Home > @gooddata/sdk-ui-dashboard > removeDrillsForInsightWidget
removeDrillsForInsightWidget() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates the RemoveDrillsForInsightWidget command. Dispatching the created command will remove insight widget's drill definition for the provided measure.
Signature:
export declare function removeDrillsForInsightWidget(ref: ObjRef, localIdentifiers: RemoveDrillsSelector, correlationId?: string): IRemoveDrillsForInsightWidget;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference of insight widget whose drill should be removed | |
|
localIdentifiers |
drill localIdentifiers whose drill definitions 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: