OptionList<Opt>
OptionList<
Opt> =Opt[] |OptionGroup<Opt>[]
Defined in: packages/core/src/types/options.ts:173
Either an array of Options or an array of OptionGroups.
Type Parameters
| Type Parameter | Default type |
|---|---|
Opt extends Option | Option |
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.