query-builder/src/query-builder.interface.ts
Interface for the custom operators.
Example :{
key: 'equal',
label: 'Equal'
}import { IQueryBuilderOperator } from '@talenra/components/query-builder';
Properties |
| key |
key:
|
Type : string
|
|
The operator used to compare the value with the items. |
| label |
label:
|
Type : string
|
|
The label is the translated value of the operator. |