filter-composer/src/filter-composer.interface.ts
Describes an available filter attribute for the filter composer.
import { IFilterComposerAttribute } from '@talenra/components/filter-composer';
Properties |
|
| dateFilterRestriction |
dateFilterRestriction:
|
Type : TFilterComposerDateRestriction
|
| Optional |
|
Restrictions that apply to the filterMode |
| filterMode |
filterMode:
|
Type : TFilterComposerFilterMode
|
| Optional |
|
Which type of filter is used for this attribute. |
| filterSelectionOptions |
filterSelectionOptions:
|
Type : IFilterComposerSelectionValue[]
|
| Optional |
|
Defines the options for the single and multi select filter for the specific attribute. |
| identifier |
identifier:
|
Type : string
|
|
The internal identifier of the attribute. |
| label |
label:
|
Type : string
|
|
The display label of the attribute. |