Skip to main content

index

Index

Interfaces

InterfaceDescription
ActionPropsProps passed to every action component (rendered as <button> by default).
ActionWithRulesAndAddersPropsProps passed to every action component that adds a rule or group.
ActionWithRulesPropsProps passed to every group action component.
AddOptionsOptions for add.
BaseFullOptionThis type is identical to FullOption but without the unknown index property. Extend from this type instead of FullOption directly.
BaseOptionDo not use this type directly; use Option, ValueOption, or FullOption instead. For specific option types, you can use FullField, FullOperator, or FullCombinator, all of which extend FullOption.
ClassnamesClassnames applied to each component.
CombinatorSelectorPropsProps for combinatorSelector components.
CommonRuleAndGroupPropertiesProperties common to both rules and groups.
CommonRuleSubComponentPropsBase interface for all rule subcomponents.
CommonSubComponentPropsBase interface for all subcomponents.
DefaultRuleGroupTypeICRuleGroupTypeIC with combinators limited to DefaultCombinatorName and rules limited to DefaultRuleType.
DragCollection-
DragHandlePropsProps for dragHandle components.
DropCollection-
DropResult-
FieldSelectorPropsProps for fieldSelector components.
FormatQueryOptionsOptions object shape for formatQuery.
FullCombinatorFull combinator definition used in the combinators prop of QueryBuilder. This type requires both name and value, but the combinators prop itself can use a FlexibleOption where only one of name or value is required, or Combinator where only name is required.
FullFieldFull field definition used in the fields prop of QueryBuilder. This type requires both name and value, but the fields prop itself can use a FlexibleOption where only one of name or value is required (along with label), or Field where only name and label are required.
FullOperatorFull operator definition used in the operators/getOperators props of QueryBuilder. This type requires both name and value, but the operators/getOperators props themselves can use a FlexibleOption where only one of name or value is required, or FullOperator where only name is required.
FullOptionA generic Option requiring both name and value properties. Props that extend OptionList accept BaseOption, but corresponding props sent to subcomponents will always be translated to this type first to ensure both name and value are available.
InlineCombinatorPropsProps passed to inlineCombinator components.
InsertOptionsOptions for insert.
MoveOptionsOptions for move.
NameLabelPair-
NotTogglePropsProps for notToggle components.
OperatorSelectorPropsProps for operatorSelector components.
OptionA generic option. Used directly in OptionList or as the child element of an OptionGroup.
OptionGroupA group of Options, usually within an OptionList.
ParameterizedNamedSQLObject produced by formatQuery for the "parameterized_named" format.
ParameterizedSQLObject produced by formatQuery for the "parameterized" format.
ParseCELOptionsOptions object for parseCEL!parseCEL.
ParseJSONataOptionsOptions object for parseJSONata!parseJSONata.
ParseJsonLogicOptionsOptions object for parseJsonLogic!parseJsonLogic.
ParseMongoDbOptionsOptions object for parseMongoDB!parseMongoDB.
ParseNumberOptionsOptions object for parseNumber.
ParseSpELOptionsOptions object for parseSpEL!parseSpEL.
ParseSQLOptionsOptions object for parseSQL!parseSQL.
PreparerOptionsOptions for prepareRule/prepareRuleGroup.
QueryActionsFunctions included in the actions prop passed to every subcomponent.
QueryBuilderContextPropsProps passed down through context from a QueryBuilderContextProvider.
RegenerateIdOptionsOptions object for regenerateID/regenerateIDs.
RQBJsonLogicEndsWith-
RQBJsonLogicStartsWith-
RQBJsonLogicVar-
RuleGroupPropsRuleGroup props.
RuleGroupTypeThe main rule group type. This type is used for query definitions as well as all sub-groups of queries.
RuleGroupTypeICThe main rule group interface when using independent combinators. This type is used for query definitions as well as all sub-groups of queries.
RulePropsRule props.
RuleTypeThe main rule type. The field, operator, and value properties can be narrowed with generics.
SchemaConfiguration options passed in the schema prop from QueryBuilder to each subcomponent.
SelectorOrEditorPropsBase interface for selectors and editors.
ShiftActionsPropsProps passed to shiftActions components.
TranslationA translation for a component with title only.
TranslationsThe shape of the translations prop.
TranslationWithLabelA translation for a component with title and label.
TranslationWithPlaceholdersA translation for a component with title and a placeholder.
UpdateOptionsOptions for update.
UseControlledOrUncontrolledParams-
UseRuleDnDReturn type of @react-querybuilder/dnd!useRuleDnD hook.
UseRuleGroupDnDReturn type of @react-querybuilder/dnd!useRuleGroupDnD hook.
UseSelectElementChangeHandlerParams-
ValidationResultObject with a valid boolean value and optional reasons.
ValueEditorPropsProps passed to valueEditor components.
ValueOptionLike Option but requiring value instead of name.
ValueProcessorOptionsOptions object for ValueProcessorByRule functions.
ValueSelectorPropsProps for all value selector components.
ValueSourceSelectorPropsProps for valueSourceSelector components.

Type Aliases

Type aliasDescription
AccessibleDescriptionGeneratorSignature of accessibleDescriptionGenerator prop, used by QueryBuilder to generate accessible descriptions for each RuleGroup.
ActionElementEventHandler-
ArityAllowed values of the FullOperator property arity. A value of "unary" or a number less than two will cause the default ValueEditor to render null.
BaseOptionMapMap of option identifiers to their respective Option.
ClassnameString of classnames, array of classname strings, or object where the keys are classnames and those with truthy values will be included. Suitable for passing to the clsx package.
CombinatorCombinator definition used in the combinators prop of QueryBuilder. This type is an extension of FullCombinator where only name and label are required.
CombinatorByValueCombinator definition used in the combinators prop of QueryBuilder. This type is an extension of FullCombinator where only value and label are required.
ControlElementsProp-
ControlsSubcomponents.
DefaultCombinatorA FullCombinator definition with a DefaultCombinatorName name property.
DefaultCombinatorExtendedA FullCombinator definition with a DefaultCombinatorNameExtended name property.
DefaultCombinatorNameDefault allowed values for the combinator property.
DefaultCombinatorNameExtendedDefault allowed values for the combinator property, plus "xor".
DefaultCombinators-
DefaultCombinatorsExtended-
DefaultOperatorAn FullOperator definition with a DefaultOperatorName name property.
DefaultOperatorNameDefault values for the operator property.
DefaultOperators-
DefaultRuleGroupArrayThe type of the rules array in a DefaultRuleGroupType.
DefaultRuleGroupICArrayThe type of the rules array in a DefaultRuleGroupTypeIC.
DefaultRuleGroupTypeRuleGroupType with the combinator property limited to DefaultCombinatorNameExtended and rules limited to DefaultRuleType.
DefaultRuleGroupTypeAnyShorthand for "either DefaultRuleGroupType or DefaultRuleGroupTypeIC".
DefaultRuleOrGroupArrayShorthand for "either DefaultRuleGroupArray or DefaultRuleGroupICArray".
DefaultRuleTypeRuleType with the operator property limited to DefaultOperatorName.
DndDropTargetType-
DraggedItem-
DropEffect-
ExportFormatAvailable export formats for formatQuery.
ExportObjectFormats-
FieldField definition used in the fields prop of QueryBuilder. This type is an extension of FullField where only name and label are required.
FieldByValueField definition used in the fields prop of QueryBuilder. This type is an extension of FullField where only value and label are required.
FindPathReturnTypeReturn type for findPath.
FlexibleOptionA generic Option with either a name or value as its primary identifier. OptionList-type props on the QueryBuilder component accept this type, but corresponding props passed down to subcomponents will always be translated to FullOption first.
FlexibleOptionGroupA group of BaseOptions, usually within a FlexibleOptionList.
FlexibleOptionListAn array of options or option groups, like OptionList, but the option type may use either name or value as the primary identifier.
FullOptionListAn array of options or option groups, like OptionList, but using FullOption instead of Option. This means that every member is guaranteed to have both name and value.
FullOptionMapMap of option identifiers to their respective FullOption.
FullOptionRecordMap of option identifiers to their respective FullOption. Must include all possible strings from the identifier type.
GetCompatContextProviderProps-
GetOptionIdentifierTypeExtracts the type of the identifying property from a Option, ValueOption, or FullOption.
GetOptionTypeExtracts the Option type from a FlexibleOptionList.
GetRuleGroupTypeDetermines if a type extending RuleGroupTypeAny is actually RuleGroupType or RuleGroupTypeIC.
GetRuleTypeFromGroupWithFieldAndOperatorDetermines the RuleType of a given RuleGroupType or RuleGroupTypeIC. If the field and operator name types of the rule type extend the identifier types of the provided Field and Operator types, the given rule type is returned as is. Otherwise, the rule type has its field and operator types narrowed to the identifier types of the provided Field and Operator types.
InputTypeHTML5 input types
JsonLogicAnd-
JsonLogicDoubleNegation-
JsonLogicEqual-
JsonLogicGreaterThan-
JsonLogicGreaterThanOrEqual-
JsonLogicInArray-
JsonLogicInString-
JsonLogicLessThan-
JsonLogicLessThanOrEqual-
JsonLogicNegation-
JsonLogicNotEqual-
JsonLogicOr-
JsonLogicReservedOperations-
JsonLogicRulesLogic-
JsonLogicStrictEqual-
JsonLogicStrictNotEqual-
JsonLogicVar-
OperatorOperator definition used in the operators/getOperators props of QueryBuilder. This type is an extension of FullOperator where only name and label are required.
OperatorByValueOperator definition used in the operators/getOperators props of QueryBuilder. This type is an extension of FullOperator where only value and label are required.
OptionListEither an array of Options or an array of OptionGroups.
ParseNumberMethodParsing algorithms used by parseNumber.
ParseNumbersPropConfigOptions for the parseNumbers prop of QueryBuilder.
Path-
QueryBuilderContextProvider-
QueryBuilderContextProviderProps-
QueryBuilderPropsProps for QueryBuilder.
QueryValidatorFunction that validates a query.
RemoveNullabilityUtility type to make all properties non-nullable.
RQBJsonLogicJsonLogic rule object with additional operators generated by formatQuery and accepted by parseJsonLogic!parseJsonLogic.
RqbState-
RqbStore-
RuleGroupArrayThe type of the rules array in a RuleGroupType.
RuleGroupICArrayThe type of the rules array in a RuleGroupTypeIC.
RuleGroupTypeAnyShorthand for "either RuleGroupType or RuleGroupTypeIC".
RuleOrGroupArrayShorthand for "either RuleGroupArray or RuleGroupICArray".
RuleProcessorFunction to produce a result that formatQuery uses when processing a RuleType object.
RuleValidatorFunction that validates a rule.
SQLPreset-
ToFlexibleOptionUtility type to turn an Option, ValueOption, or BaseOption into a FlexibleOption.
ToFullOptionUtility type to turn an Option, ValueOption or BaseOption into a FullOption.
TranslationsFullThe full translations interface with all properties required.
UpdateablePropertiesAll updateable properties of rules and groups (everything except id, path, and rules).
UseMergedContextProps-
UseMergedContextReturn-
UseQueryBuilderSchema-
UseQueryBuilderSetup-
UseRule-
UseRuleGroup-
UseValueSelectorParams-
ValidationMapMap of rule/group id to its respective ValidationResult.
ValueChangeEventHandler-
ValueEditorTypeType of ValueEditor that will be displayed.
ValueProcessor-
ValueProcessorByRuleFunction that produces a processed value for a given RuleType.
ValueProcessorLegacyFunction that produces a processed value for a given field, operator, value, and valueSource.
ValueSourceA source for the value property of a rule.
ValueSourceOptions-
ValueSourcesA valid array of potential value sources.
VersatileSelectorPropsUtility type representing props for selector components that could potentially be any of the standard selector types.
WithRequiredUtility type to make one or more properties required.
WithUnknownIndexAdds an unknown index property to an interface.

Variables

VariableDescription
celCombinatorMapMaps a DefaultCombinatorName to a CEL combinator.
defaultCombinatorsDefault combinator list.
defaultCombinatorsExtendedDefault combinator list, with XOR added.
defaultControlClassnamesDefault classnames for each component.
defaultControlElementsDefault components used by QueryBuilder.
defaultJoinCharDefault character used to .join and .split arrays.
defaultOperatorNegationMapMap of default operators to their respective opposite/negating operators.
defaultOperatorsDefault operator list.
defaultPlaceholderFieldGroupLabelDefault label for placeholder option group in the fields array.
defaultPlaceholderFieldLabelDefault label for placeholder option in the fields array.
defaultPlaceholderFieldNameDefault name for placeholder option in the fields array.
defaultPlaceholderLabel-
defaultPlaceholderName-
defaultPlaceholderOperatorGroupLabelDefault label for placeholder option group in the operators array.
defaultPlaceholderOperatorLabelDefault label for placeholder option in the operators array.
defaultPlaceholderOperatorNameDefault name for placeholder option in the operators array.
defaultTranslationsDefault configuration of translatable strings.
groupInvalidReasonsDefault reason codes for a group being invalid.
jsonLogicAdditionalOperatorsRegister these operators with jsonLogic before applying the result of formatQuery(query, 'jsonlogic').
LogType-
messages-
mongoOperatorsMaps a DefaultOperatorName to a MongoDB operator.
numericRegexRegex matching numeric strings. Passes for positive/negative integers, decimals, and E notation, with optional surrounding whitespace.
QueryBuilderContextContext provider for QueryBuilder. Any descendant query builders will inherit the props from a context provider.
QueryBuilderStateContext-
queryBuilderStore-
rootPathThe Path of the root group.
sqlDialectPresets-
standardClassnamesStandard classnames applied to each component.
TestIDComponent identifiers for testing.

Functions

FunctionDescription
ActionElementDefault <button> component used by QueryBuilder.
addAdds a rule or group to a query.
convertFromICConverts a RuleGroupTypeIC to RuleGroupType.
convertQueryConverts a RuleGroupType to RuleGroupTypeIC. For a more explicit operation, use convertToIC.
convertToICConverts a RuleGroupType to RuleGroupTypeIC.
defaultRuleProcessorCELDefault rule processor used by formatQuery for "cel" format.
defaultRuleProcessorElasticSearchDefault rule processor used by formatQuery for "elasticsearch" format.
defaultRuleProcessorJSONataDefault rule processor used by formatQuery for "jsonata" format.
defaultRuleProcessorJsonLogicDefault rule processor used by formatQuery for "jsonlogic" format.
defaultRuleProcessorMongoDBDefault rule processor used by formatQuery for "mongodb" format.
defaultRuleProcessorMongoDBQueryDefault rule processor used by formatQuery for "mongodb_query" format.
defaultRuleProcessorParameterizedDefault rule processor used by formatQuery for "sql" format.
defaultRuleProcessorSpELDefault rule processor used by formatQuery for "spel" format.
defaultRuleProcessorSQLDefault rule processor used by formatQuery for "sql" format.
defaultValidatorThis is an example validation function you can pass to QueryBuilder in the validator prop. It assumes that you want to validate groups, and has a no-op for validating rules which you can replace with your own implementation.
defaultValueProcessorByRuleDefault value processor used by formatQuery for "sql" format.
DragHandleDefaut drag handle component used by QueryBuilder when enableDragAndDrop is true.
filterFieldsByComparatorFor a given FullField, returns the fields list filtered for other fields that match by comparator. Only fields other than the one in question will ever be included, even if comparator is null or undefined. If comparator is a string, fields with the same value for that property will be included. If comparator is a function, each field will be passed to the function along with the operator and fields for which the function returns true will be included.
findPathReturns the RuleType or RuleGroupType/RuleGroupTypeIC at the given path within a query.
formatQueryGenerates a formatted (indented two spaces) JSON string from a query object.
generateAccessibleDescription-
generateIDDefault id generator. Generates a valid v4 UUID. Uses crypto.randomUUID() when available, otherwise uses an alternate method based on getRandomValues. The returned string is guaranteed to match this regex: /^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i
getCommonAncestorPathFinds the deepest/longest path that two paths have in common.
getCompatContextProviderGenerates a context provider for a compatibility package.
getFirstOptionGets the first option from an OptionList.
getOptionGets the option from an OptionList with the given name. Handles Option arrays as well as OptionGroup arrays.
getParentPathTruncates the last element of an array and returns the result as a new array.
getQuerySelectorByIdGiven a qbId (passed to every component as part of the schema prop), returns a Redux selector for use with useQueryBuilderSelector.
getQuotedFieldNameGiven a field name and relevant ValueProcessorOptions, returns the field name wrapped in the configured quote character(s).
getQuoteFieldNamesWithArrayConverts the quoteFieldNamesWith option into an array of two strings. If the option is a string, the array elements are both that string.
getValidationClassNamesGets the standard classname for valid or invalid components based on the given validation result.
getValueSourcesUtilUtility function to get the value sources array for the given field and operator. If the field definition does not define a valueSources property, the getValueSources prop is used. Returns ["value"] by default.
InlineCombinatorDefault inlineCombinator component used by QueryBuilder. A small <div> wrapper around the combinatorSelector component, used when either showCombinatorsBetweenRules or independentCombinators are true.
insertInserts a rule or group into a query.
isAncestorDetermines if the first path is an ancestor of the second path. The first path must be shorter and exactly match the second path up through the length of the first path.
isFlexibleOptionGroupArrayDetermines if a FlexibleOptionList is a FlexibleOptionGroup array.
isFullOptionGroupArrayDetermines if a FlexibleOptionList is a OptionGroup array of FullOption.
isOptionGroupArrayDetermines if an OptionList is an OptionGroup array.
isPojoDetermines if a variable is a plain old JavaScript object, aka POJO.
isRuleGroupDetermines if an object is a RuleGroupType or RuleGroupTypeIC.
isRuleGroupTypeDetermines if an object is a RuleGroupType.
isRuleGroupTypeICDetermines if an object is a RuleGroupTypeIC.
isRuleOrGroupValidDetermines if a rule or group is valid based on a validation result (if defined) or a validator function. Returns true if neither are defined.
isValidationResultDetermines if an object is useful as a validation result.
isValidValueDetermines whether a value is anything except an empty string or NaN.
isValueProcessorLegacyUsed by formatQuery to determine whether the given value processor is a "legacy" value processor by counting the number of arguments. Legacy value processors take 3 arguments (not counting any arguments with default values), while rule-based value processors take no more than 2 arguments.
joinWithJoins an array of strings using the given character (see defaultJoinChar). When the given character appears in an array element, a backslash will be added just before it to distinguish it from the join character. Effectively the inverse of splitBy.
mapSQLOperatorMaps a DefaultOperatorName to a SQL operator.
mergeClassnamesMerges a list of partial Classnames definitions into a single definition.
mergeTranslation-
mergeTranslationsMerges any number of partial Translations into a single definition.
moveMoves a rule or group from one path to another. In the options parameter, pass { clone: true } to copy instead of move.
NotToggleDefault notToggle (aka inversion) component used by QueryBuilder.
nullFreeArrayDetermines if an array is free of null/undefined.
nullOrUndefinedOrEmptySimple helper to determine whether a value is null, undefined, or an empty string.
numerifyValuesConverts all string-type value properties of a query object into number where appropriate.
objectEntriesA strongly-typed version of Object.entries().
objectKeysA strongly-typed version of Object.keys().
parseNumberConverts a string to a number. Uses native parseFloat if parseNumbers is "native", otherwise uses numeric-quantity. If that returns NaN, the string is returned unchanged. Numeric values are returned as-is regardless of the parseNumbers option.
pathIsDisabledDetermines if the rule or group at the specified path is either disabled itself or disabled by an ancestor group.
pathsAreEqualDetermines if two paths (each Path) are equivalent.
preferProp-
prepareRuleEnsures that a rule is valid by adding an id property if it does not already exist.
prepareRuleGroupEnsures that a rule group is valid by recursively adding an id property to the group itself and all its rules and subgroups where one does not already exist.
prepareRuleOrGroupEnsures that a rule or group is valid. See prepareRule and prepareRuleGroup.
QueryBuilderThe query builder component for React.
QueryBuilderStateProviderContext provider for the {@link QueryBuilder} state store.
regenerateIDGenerates a new id property for a rule.
regenerateIDsRecursively generates new id properties for a group and all its rules and subgroups.
removeRemoves a rule or group from a query.
RuleDefault component to display RuleType objects. This is actually a small wrapper around RuleComponents.
RuleComponentsRenders a React.Fragment containing an array of form controls for managing a RuleType.
RuleGroupDefault component to display RuleGroupType and RuleGroupTypeIC objects. This is actually a small wrapper around RuleGroupHeaderComponents and RuleGroupBodyComponents.
RuleGroupBodyComponentsRenders a React.Fragment containing an array of either (1) Rule and RuleGroup, or (2) Rule, RuleGroup, and InlineCombinator.
RuleGroupHeaderComponentsRenders a React.Fragment containing an array of form controls for managing a RuleGroupType or RuleGroupTypeIC.
ShiftActionsDefault "shift up"/"shift down" buttons used by QueryBuilder.
shouldRenderAsNumberDetermines whether formatQuery should render the given value as a number. As long as parseNumbers is true, number and bigint values will return true and string values will return true if they test positive against numericRegex.
splitBySplits a string by a given character (see defaultJoinChar). Escaped characters (characters preceded by a backslash) will not apply to the split, and the backslash will be removed in the array element. Inverse of joinWith.
toArraySplits a string by comma then trims each element. Arrays are returned as is except any string elements are trimmed.
toFlatOptionArrayFlattens FlexibleOptionGroup arrays into BaseOption arrays. If the array is already flat, it is returned as is.
toFullOptionConverts an Option or ValueOption (i.e., BaseOption) into a FullOption. Full options are left unchanged.
toFullOptionListConverts an OptionList or FlexibleOptionList into a FullOptionList. Lists of full options are left unchanged.
toFullOptionMapConverts a FlexibleOptionList into a FullOptionList. Lists of full options are left unchanged.
toOptionsGenerates an array of <option> or <optgroup> elements from a given OptionList.
trimIfStringTrims the value if it is a string. Otherwise returns the value as is.
uniqByIdentifierGenerates a new array of objects with duplicates removed based on the identifying property (value or name)
uniqByName-
uniqOptGroupsGenerates a new OptionGroup array with duplicates removed based on the identifying property (value or name).
uniqOptListGenerates a new Option or OptionGroup array with duplicates removed based on the identifier property (value or name).
updateUpdates a property of a rule or group within a query.
useControlledOrUncontrolledLogs a warning when the component changes from controlled to uncontrolled, vice versa, or both query and defaultQuery are provided.
useDeprecatedPropsLogs an error to the console if any of the following are true: - QueryBuilder is rendered with an independentCombinators prop - RuleGroup is rendered with combinator or rules props (deprecated in favor of ruleGroup) - Rule is rendered with field, operator, or value props (deprecated in favor of rule)
useMergedContextMerges inherited context values with props, giving precedence to props.
usePreferAnyPropFor given default, prop, and context values, return the first provided of prop, context, and default, in that order.
usePreferPropFor given default, prop, and context values, return the first provided of prop, context, and default, in that order.
usePreviousReturns the prop value from the last render.
useQueryBuilderCalls useQueryBuilderSetup to massage the props and prepare basic update/generate methods, then passes the result to useQueryBuilderSchema to prepare and return all values required to render QueryBuilder.
useQueryBuilderQueryRetrieves the full, latest query object for the nearest ancestor QueryBuilder component.
useQueryBuilderSchemaFor given QueryBuilderProps and setup values from useQueryBuilderSetup, prepares and returns all values required to render a query builder.
useQueryBuilderSelectorA Redux useSelector hook for RQB's internal store. See also getQuerySelectorById.
useQueryBuilderSetupMassages the props as necessary and prepares the basic update/generate methods for use by the QueryBuilder component.
useReactDndWarningLogs a warning if drag-and-drop is enabled but the required dependencies (react-dnd and react-dnd-html5-backend) were not detected.
useRulePrepares all values and methods used by the Rule component.
useRuleGroupPrepares all values and methods used by the RuleGroup component.
useSelectElementChangeHandlerReturns a memoized change handler for HTML <select> elements.
useStopEventPropagationWraps an event handler function in another function that calls event.preventDefault() and event.stopPropagation() first. The returned function accepts and forwards a second context argument.
useValueEditorThis hook is primarily concerned with multi-value editors like date range pickers, editors for 'in' and 'between' operators, etc.
useValueSelectorTransforms a value into an array when appropriate and provides a memoized change handler.
ValueEditorDefault valueEditor component used by QueryBuilder.
ValueSelectorDefault <select> component used by QueryBuilder.

References

default

Renames and re-exports QueryBuilder


defaultCELValueProcessor

Re-exports defaultCELValueProcessor


defaultMongoDBValueProcessor

Re-exports defaultMongoDBValueProcessor


defaultSpELValueProcessor

Re-exports defaultSpELValueProcessor


defaultValueProcessor

Re-exports defaultValueProcessor


defaultValueProcessorCELByRule

Re-exports defaultValueProcessorCELByRule


defaultValueProcessorMongoDBByRule

Re-exports defaultValueProcessorMongoDBByRule


defaultValueProcessorSpELByRule

Re-exports defaultValueProcessorSpELByRule


transformQuery

Re-exports transformQuery


TransformQueryOptions

Re-exports TransformQueryOptions


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.