Skip to main content

getDispatchQueryById()

getDispatchQueryById(qbId: string): DispatchQueryFn | undefined

Defined in: packages/react-querybuilder/src/redux/instanceRegistry.ts:87

Returns the dispatchQuery function for the query builder with the given qbId, or undefined if no such query builder is mounted.

Parameters

ParameterType
qbIdstring

Returns

DispatchQueryFn | undefined


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.