Skip to main content

FullOptionRecord<V, K>

FullOptionRecord<V, K>: Record<K, V>

Map of option identifiers to their respective FullOption. Must include all possible strings from the identifier type.

Type parameters

Type parameterValue
V extends BaseFullOption-
K extends stringGetOptionIdentifierType<V>

Source

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


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.