Skip to main content

MatchConfig

Defined in: packages/react-querybuilder/src/types/basic.ts:104

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/react-querybuilder/src/types/basic.ts:105


threshold?

optional threshold: null | number

Defined in: packages/react-querybuilder/src/types/basic.ts:106


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.