OptionGroup<Opt>
Defined in: packages/core/src/types/options.ts:153
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/core/src/types/options.ts:154
options
options:
WithUnknownIndex<Opt>[]
Defined in: packages/core/src/types/options.ts:155
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.