Skip to main content

injectSlice()

injectSlice(slice: Slice): void

Defined in: packages/react-querybuilder/src/redux/getRqbStore.ts:30

Injects a slice into the React Query Builder store. Useful for extensions that need to integrate their own state management.

Parameters

ParameterType
sliceSlice

Returns

void


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.