changeInsightWidgetIgnoreCrossFiltering()
Home > @gooddata/sdk-ui-dashboard > changeInsightWidgetIgnoreCrossFiltering
changeInsightWidgetIgnoreCrossFiltering() 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 ChangeInsightWidgetCrossFiltering command. Dispatching this command will result in change of the Insight widget's cross-filtering setting.
Signature:
export declare function changeInsightWidgetIgnoreCrossFiltering(ref: ObjRef, ignoreCrossFiltering: boolean, correlationId?: string): IChangeInsightWidgetIgnoreCrossFiltering;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference of the insight widget to modify | |
|
ignoreCrossFiltering |
boolean | |
|
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: