Skip to main content

ParseJSONataExpressionContext

Defined in: packages/core/src/utils/parseJSONata/types.ts:135

Context passed to parseJSONata!ParseJSONataOptions.getExpression.

Properties

fieldExists

fieldExists: (fieldName: string) => boolean

Defined in: packages/core/src/utils/parseJSONata/types.ts:137

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.