RuleGroupBodyComponents()
RuleGroupBodyComponents(
props
):ReactNode
Renders a React.Fragment
containing an array of either (1) Rule and
RuleGroup, or (2) Rule, RuleGroup, and InlineCombinator.
Parameters
Parameter | Type |
---|---|
props | RuleGroupProps <FullOption <string >, string > & Omit <RuleGroupProps <FullOption <string >, string >, "ruleGroup" > & object |
Returns
ReactNode
Defined in
packages/react-querybuilder/src/components/RuleGroup.tsx:296
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.