FilterOpIgnoreDateFilter
Home > @gooddata/sdk-ui-dashboard > FilterOpIgnoreDateFilter
FilterOpIgnoreDateFilter interface
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.
This filter operation appends one or more date filters into the widget's filter ignore-list.
Signature:
export interface FilterOpIgnoreDateFilter extends FilterOp
Extends: FilterOp
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dateDataSetRefs | ObjRef[] | (BETA) The date filters to add to ignore-list; specified using the refs of date data sets that are used during the filtering. If the list is empty, then the operation will not change the filters in any way. Attempting to add same attribute filter into the ignore list has no effect. | |
type | "ignoreDateFilter" | (BETA) |