TranslationsFullRE
TranslationsFullRE =
{ [K in keyof TranslationsRE]: { [T in keyof TranslationsRE[K]]-?: TranslationsRE[K][T] } }
Defined in: packages/rules-engine/src/types/props.ts:125
The full translations interface for RulesEngineBuilder, 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.