UseMergedContextProps<F, O>
UseMergedContextProps<
F
,O
>:QueryBuilderContextProps
<F
,O
> &object
Type declaration
finalize?
optional
finalize:boolean
When true, props and context are merged with defaults to ensure all properties
are defined. Action elements and value selectors are merged with their respective
bulk override components. Only needs to be true when run from QueryBuilder
.
initialQuery?
optional
initialQuery:RuleGroupTypeAny
qbId?
optional
qbId:string
Type Parameters
Type Parameter | Default type |
---|---|
F extends FullField | FullField |
O extends string | string |
Defined in
packages/react-querybuilder/src/hooks/useMergedContext.ts:21
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.