ParseJsonLogicExpressionContext
Defined in: packages/core/src/utils/parseJsonLogic/types.ts:22
Context passed to ParseJsonLogicOptions.getExpression.
Properties
fieldExists
fieldExists: (
fieldName:string) =>boolean
Defined in: packages/core/src/utils/parseJsonLogic/types.ts:24
Returns true if the field is configured (or if no fields were supplied).
Parameters
| Parameter | Type |
|---|---|
fieldName | string |
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.