FlexibleOptionListProp<Opt>
FlexibleOptionListProp<
Opt> = (ToFlexibleOption<Opt> |GetOptionIdentifierType<Opt>)[] |FlexibleOptionGroup<ToFlexibleOption<Opt> |GetOptionIdentifierType<Opt>>[]
Defined in: packages/core/src/types/options.ts:191
An array of options or option groups, like OptionList but the option type
may use either name or value as the primary identifier.
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.