OptionGroup<Opt>
Defined in: packages/react-querybuilder/src/types/options.ts:135
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:136
options
options:
WithUnknownIndex
<Opt
>[]
Defined in: packages/react-querybuilder/src/types/options.ts:137
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.