Skip to main content

RqbStore

RqbStore = EnhancedStore<RqbState, UnknownAction, Tuple<[StoreEnhancer<{ dispatch: ThunkDispatch<RqbState, undefined, UnknownAction>; }>, StoreEnhancer]>> & { addSlice: (slice: Slice) => void; }

Defined in: packages/react-querybuilder/src/redux/types.ts:17

Type Declaration

addSlice()

addSlice: (slice: Slice) => void

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.