OptionGroup<Opt>
Defined in: packages/react-querybuilder/src/types/options.ts:111
A group of Options, usually within an OptionList.
Type Parameters
Type Parameter | Default type |
---|---|
Opt extends BaseOption | FlexibleOption |
Properties
label
label:
string
Defined in: packages/react-querybuilder/src/types/options.ts:112
options
options:
WithUnknownIndex
<Opt
>[]
Defined in: packages/react-querybuilder/src/types/options.ts:113
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.