Skip to main content

QueryBuilder()

QueryBuilder<RG, F, O, C>(props): Element

The query builder component for React.

See https://react-querybuilder.js.org/ for demos and documentation.

Type Parameters

Type Parameter
RG extends RuleGroupTypeAny
F extends FullField<string, string, string, Option<string>, Option<string>>
O extends FullOperator<string>
C extends FullCombinator<string>

Parameters

ParameterType
propsQueryBuilderProps<RG, F, O, C>

Returns

Element

Defined in

packages/react-querybuilder/src/components/QueryBuilder.tsx:82


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.