Skip to main content

QueryBuilderContext()

QueryBuilderContext(props: ProviderProps): ReactNode

Defined in: packages/react-querybuilder/src/context/QueryBuilderContext.ts:17

Context provider for QueryBuilder. Any descendant query builders will inherit the props from a context provider.

Parameters

ParameterType
propsProviderProps

Returns

ReactNode


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.