Skip to main content

FlexibleOptionList<Opt>

FlexibleOptionList<Opt>: ToFlexibleOption<Opt>[] | FlexibleOptionGroup <ToFlexibleOption<Opt>>[]

An array of options or option groups, like OptionList, but each member may use either name or value as the primary identifier.

Type parameters

Type parameter
Opt extends BaseOption

Source

packages/react-querybuilder/src/types/options.ts:125


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.