Skip to main content

ParseSpELExpressionContext

Defined in: packages/core/src/utils/parseSpEL/types.ts:189

Context passed to parseSpEL!ParseSpELOptions.getExpression.

Properties

fieldExists

fieldExists: (fieldName: string) => boolean

Defined in: packages/core/src/utils/parseSpEL/types.ts:191

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.