query-builder/src/query-builder.interface.ts
Options that are connected to a specific identifier.
Example :{
key: 'animal.zebra',
label: 'Zebra'
}import { IQueryBuilderValueOption } from '@talenra/components/query-builder';
Properties |
| key |
key:
|
Type : string
|
|
The identifier of the field that is used to compare the value with the items. |
| label |
label:
|
Type : string
|
|
The label is the translated value of the identifier. |