projects/congarevenuecloud/ecommerce/src/lib/interfaces/field-filter.interface.ts
An interface to handle field filters for a set of AObject records.
Properties |
field |
field:
|
Type : string
|
Field on which the filter needs to be performed. |
filterOperator |
filterOperator:
|
Type : FilterOperator
|
The operator to be passed for filtering ex:'EQUAL'. |
value |
value:
|
Type : any
|
The value for the filter field. |