filter-composer/src/filter-composer.interface.ts
A key/label pair for single and multi select filter values.
import { IFilterComposerSelectionValue } from '@talenra/components/filter-composer';
Properties |
| key |
key:
|
Type : string
|
|
Key that identifies the value. |
| label |
label:
|
Type : string
|
|
Label that is displayed for the value. |