Skip to main content

FlexibleOptionGroup<Opt>

FlexibleOptionGroup<Opt>: object

A BaseOption group within a FlexibleOptionList.

Type Parameters

Type ParameterDefault type
Opt extends BaseOptionBaseOption

Type declaration

label

label: string

options

options: Opt extends BaseFullOption ? Opt : ToFlexibleOption<Opt>[]

Defined in

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


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.