Usage
Signature:
namespace DataFilter
- Typescript Import Format
- //To import this namespace, use the format below.
 import {DataFilter} from "ojs/ojdataprovider";
For additional information visit:
Type Definitions
- 
        
    
    
      Filter<D>
- 
    
    
    Union type of all Filter types.
- Signature:- (AttributeFilter.<D>|AttributeExprFilter.<D>|CompoundFilter.<D>|ExtendedCompoundFilter.<D>|NestedFilter.<D>|TextFilter.<D>) 
- 
        
    
    
      FilterDef<D>
- 
    
    
    Union type of all FilterDef types.
- Signature:- (AttributeFilterDef.<D>|AttributeExprFilterDef.<D>|CompoundFilterDef.<D>|ExtendedCompoundFilterDef.<D>|NestedFilterDef.<D>|TextFilterDef)