disableInsightWidgetDateFilter()
Home > @gooddata/sdk-ui-dashboard > disableInsightWidgetDateFilter
disableInsightWidgetDateFilter() 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 ChangeInsightWidgetFilterSettings command for FilterOpDisableDateFilter operation.
Dispatching this command will result in change of Insight widget's date filter setting. The date filtering will be disabled.
Signature:
export declare function disableInsightWidgetDateFilter(ref: ObjRef, correlationId?: string): ChangeInsightWidgetFilterSettings;
Parameters
Parameter |
Type |
Description |
---|---|---|
ref |
reference of the insight widget to modify | |
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: