Skip to main content

ParseCELExpressionContext

Defined in: packages/core/src/utils/parseCEL/types.ts:278

Context passed to parseCEL!ParseCELOptions.getExpression.

Properties

fieldExists

fieldExists: (fieldName: string) => boolean

Defined in: packages/core/src/utils/parseCEL/types.ts:280

Returns true if the field is configured (or if no fields were supplied).

Parameters

ParameterType
fieldNamestring

Returns

boolean


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.