TranslationsFullExpr
TranslationsFullExpr =
{ [K in keyof TranslationsExpr]: { [T in keyof TranslationsExpr[K]]-?: TranslationsExpr[K][T] } }
Defined in: expr/src/ui/defaults.ts:21
The full translations interface for QueryBuilderExpressions, 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.