TranslationsFull
TranslationsFull =
{ [K in keyof Translations]: { [T in keyof Translations[K]]-?: Translations[K][T] } }
Defined in: packages/react-querybuilder/src/types/props.ts:251
The full translations interface with all properties required.
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.