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