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
| Parameter | Type |
|---|---|
facts | unknown |
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.