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