MatchConfig
Defined in: packages/core/src/types/basic.ts:101
Quantification mode describing how many elements of the value array must pass the filter for the rule itself to pass.
For "atLeast", "atMost", and "exactly", the threshold value will be converted to a percentage if the number is less than 1. Non-numeric values and numbers less than 0 will be ignored.
Properties
mode
mode:
MatchMode
Defined in: packages/core/src/types/basic.ts:102
threshold?
optionalthreshold?:number|null
Defined in: packages/core/src/types/basic.ts:103
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.