Skip to main content

NativePredicate

NativePredicate = (facts: unknown) => boolean

Defined in: rules-engine/src/types/export.ts:17

A compiled antecedent for the "native"/"node-rules" export targets: returns true when the supplied facts satisfy the rule group it was compiled from.

Parameters

ParameterType
factsunknown

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.