Skip to main content

defaultRuleProcessorNative

const defaultRuleProcessorNative: RuleProcessor

Defined in: rules-engine/src/utils/formatRulesEngine/defaultRuleProcessorNative.ts:12

Default rule processor for the "native" export format. Compiles a single rule into a NativePredicate that evaluates the rule's operator (via nativeOperators) against the fact identified by the rule's field. Unknown operators evaluate to false.


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.