Skip to main content

DefaultRuleGroupType<F>

DefaultRuleGroupType<F>: RuleGroupType<DefaultRuleType<F>, DefaultCombinatorNameExtended> & object

RuleGroupType with the combinator property limited to DefaultCombinatorNameExtended and rules limited to DefaultRuleType.

Type declaration

rules

rules: DefaultRuleGroupArray<F>

Type Parameters

Type ParameterDefault type
F extends stringstring

Defined in

packages/react-querybuilder/src/types/ruleGroups.ts:73


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.