Skip to main content

ParseJsonLogicOptions

Options object for parseJsonLogic.

Extends

  • ParserCommonOptions

Properties

fields?

optional fields: OptionList <FullField<string, string, string, Option<string>, Option<string>>> | Record<string, FullField<string, string, string, Option<string>, Option<string>>>

Inherited from

ParserCommonOptions.fields

Source

packages/react-querybuilder/src/types/importExport.ts:260


getValueSources()?

optional getValueSources: (field, operator) => ValueSources

Parameters

ParameterType
fieldstring
operatorstring

Returns

ValueSources

Inherited from

ParserCommonOptions.getValueSources

Source

packages/react-querybuilder/src/types/importExport.ts:261


independentCombinators?

optional independentCombinators: boolean

Inherited from

ParserCommonOptions.independentCombinators

Source

packages/react-querybuilder/src/types/importExport.ts:263


jsonLogicOperations?

optional jsonLogicOperations: Record<string, (value) => RuleType<string, string, any, string> | RuleGroupTypeAny>

Source

packages/react-querybuilder/src/types/importExport.ts:300


listsAsArrays?

optional listsAsArrays: boolean

Inherited from

ParserCommonOptions.listsAsArrays

Source

packages/react-querybuilder/src/types/importExport.ts:262


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.