WidgetFilterOperation
Home > @gooddata/sdk-ui-dashboard > WidgetFilterOperation
WidgetFilterOperation type
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Widget's filter settings can be manipulated using multiple different granular operations. This is the union type containing all the available operations.
Signature:
export declare type WidgetFilterOperation = FilterOpEnableDateFilter | FilterOpDisableDateFilter | FilterOpReplaceAttributeIgnores | FilterOpIgnoreAttributeFilter | FilterOpUnignoreAttributeFilter | FilterOpReplaceAll;
References: FilterOpEnableDateFilter, FilterOpDisableDateFilter, FilterOpReplaceAttributeIgnores, FilterOpIgnoreAttributeFilter, FilterOpUnignoreAttributeFilter, FilterOpReplaceAll