Variable COMPARATORSConst
COMPARATORS: Record<ComparisonOperators, ((criterionValue,
criterionValueOptions,
fieldValue) => boolean)> = ... Type declaration
- (criterionValue, criterionValueOptions, fieldValue): boolean
Parameters
- criterionValue: any
- criterionValueOptions: any[] | undefined
- fieldValue: any
Returns boolean
Basic comparison operators for filtering data.