projects/apttus/elements/src/lib/data/filter/filter.component.ts
Type used to describe the configuration options input for the filter component.
Properties |
|
| visibleFields |
visibleFields:
|
Type : Array<string>
|
| Optional |
|
Array of fields to be visible to the filter. |
| visibleFieldsWithOperators |
visibleFieldsWithOperators:
|
Type : Array<FieldWithOperators>
|
| Optional |
|
Array of fields and their dependent operators. |
| visibleOperators |
visibleOperators:
|
Type : Array<Operator>
|
| Optional |
|
Array of type 'Operator' to be used as the filter operators. |