DefaultRuleGroupType<F>
DefaultRuleGroupType<
F> =RuleGroupType<DefaultRuleType<F>,DefaultCombinatorNameExtended> & {rules:DefaultRuleGroupArray<F>; }
Defined in: packages/core/src/types/ruleGroups.ts:80
RuleGroupType with the combinator property limited to
DefaultCombinatorNameExtended and rules limited to DefaultRuleType.
Type Declaration
rules
rules:
DefaultRuleGroupArray<F>
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends string | string |
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.