FullOptionList<Opt>
FullOptionList<
Opt> =OptextendsBaseFullOption?Opt[] |OptionGroup<Opt>[] :ToFullOption<Opt>[] |OptionGroup<ToFullOption<Opt>>[]
Defined in: packages/core/src/types/options.ts:202
An array of options or option groups, like OptionList, but using
FullOption instead of Option. This means that every member is
guaranteed to have both name and value.
Type Parameters
| Type Parameter |
|---|
Opt extends BaseOption |
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.