FullOptionRecord<V, K>
FullOptionRecord<
V,K> =Record<K,V>
Defined in: packages/core/src/types/options.ts:236
Map of option identifiers to their respective FullOption. Must include all possible strings from the identifier type.
Type Parameters
| Type Parameter | Default type |
|---|---|
V extends BaseFullOption | - |
K extends string | GetOptionIdentifierType<V> |
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.