BaseOptionMap<V, K>
BaseOptionMap<
V
,K
>:{ [k in K]?: ToFlexibleOption<V> }
Map of option identifiers to their respective Option.
Type Parameters
Type Parameter | Default type |
---|---|
V extends BaseOption | BaseOption |
K extends string | GetOptionIdentifierType <V > |
Defined in
packages/react-querybuilder/src/types/options.ts:146
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.