Skip to main content

RqbState

RqbState = { queries: QueriesSliceState; warnings: WarningsSliceState; }

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

Properties

queries

queries: QueriesSliceState

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


warnings

warnings: WarningsSliceState

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


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.