File

query-builder/src/query-builder.interface.ts

Description

Interface for the custom operators.

Example :
{
 key: 'equal',
 label: 'Equal'
}

Import

Example :
import { IQueryBuilderOperator } from '@talenra/components/query-builder';

Index

Properties

Properties

key
key: string
Type : string

The operator used to compare the value with the items.

label
label: string
Type : string

The label is the translated value of the operator.

results matching ""

    No results matching ""