src/lib/shared/interfaces/selected-filter-attribute.interface.ts
Interface for selected filter attribute.
Properties |
|
| attribute |
attribute:
|
Type : IAttributeItem
|
|
The attribute selected for the filter. |
| filterAttribute |
filterAttribute:
|
Type : IFilterAttribute
|
| Optional |
|
The possible filter selection for the attribute. |
| operator |
operator:
|
Type : TFilterAttributeOperators
|
|
Operator for the filter. |
| options |
options:
|
Type : IAttributeItem[]
|
|
The possible other options for the filter attribute. |