GetOptionType<OL>
GetOptionType<
OL> =OLextendsFlexibleOptionList<infer Opt> ?Opt:never
Defined in: packages/core/src/types/options.ts:26
Extracts the Option type from a FlexibleOptionList.
Type Parameters
| Type Parameter |
|---|
OL extends FlexibleOptionList<FullOption> |
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.