filter-composer/src/filter-composer.interface.ts
Represents a filter value emitted by the filter composer.
import { IFilterComposerFilter } from '@talenra/components/filter-composer';
Properties |
|
| identifier |
identifier:
|
Type : string
|
|
The identifier of the attribute being filtered. |
| operator |
operator:
|
Type : TFilterComposerOperator
|
| Optional |
|
Operator for the filter. |
| trackId |
trackId:
|
Type : number
|
| Optional |
|
Unique tracking identifier assigned by the composer component.
Provided in output for consumers to correlate filters across changes.
When passed back via |