Usage
Signature:
interface FilterCapability
Typescript Import Format
//To use this interface, import as below.
import {FilterCapability} from "ojs/ojdataprovider";
For additional information visit:
Fields
-
(nullable) attributeExpression :Array.<AttributeFilterDef.AttributeExpression>
-
An array of supported attribute expressions.
- Since:
- 5.0.0
-
(nullable) operators :Array.<(AttributeFilterDef.AttributeOperator|CompoundFilterDef.CompoundOperator)>
-
An array of supported filter operator strings. The filter operators may be for AttributeFilter or CompoundFilter.
- Since:
- 5.0.0
-
(nullable) textFilter :any
-
Existence of this property indicates that TextFilter is supported. The property value can be used convey more information to the caller.
- Since:
- 8.0.0