File

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

Description

Value options that are connected to a specific identifier.

Example :
{
 key: 'animal',
 valueOptions: [{
     key: 'animal.zebra',
     label: 'Zebra'
   }, {
     key: 'animal.giraffe',
     label: 'Giraffe'
   }]
}

Import

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

Index

Properties

Properties

key
key: string
Type : string

The identifier of the field that is used to connect the identifier with the options.

valueOptions
valueOptions: IQueryBuilderValueOption[]
Type : IQueryBuilderValueOption[]

Options that are available for the specific identifier.

results matching ""

    No results matching ""