projects/congarevenuecloud/elements/src/lib/data/filter/filter.component.ts
Type used to describe the custom filter options in the filter component.
Properties |
|
execute |
execute:
|
Type : Function
|
Method to bind the custom logic on custom field. |
label |
label:
|
Type : string
|
The custom field label to be displayed under the filter display dropdown. |
mapApiField |
mapApiField:
|
Type : string
|
The api field of the custom field to be mapped with when querying. |
minVal |
minVal:
|
Type : number
|
Optional |
Set minimum value when input type is 'double'. The default minimum value is 1. |
type |
type:
|
Type : "double" | "string" | "date"
|
The type of the custom field |