filter-composer/src/filter-composer.interface.ts
Represents a selected filter attribute with its current state.
import { IFilterComposerSelectedFilter } from '@talenra/components/filter-composer';
Properties |
|
| attribute |
attribute:
|
Type : IFilterComposerAttribute
|
|
The attribute selected for the filter. |
| filterAttribute |
filterAttribute:
|
Type : IFilterComposerFilter
|
| Optional |
|
The current filter value. |
| operator |
operator:
|
Type : TFilterComposerOperator
|
|
Operator for the filter. |
| options |
options:
|
Type : IFilterComposerAttribute[]
|
|
The possible other options for the filter attribute selector. |