mergeTranslation()
mergeTranslation(
el: keyofTranslations,keyPropContextMap:Record<string, [ReactNode,ReactNode]>,finalize?:boolean):undefined|Record<string,Record<string,string>>
Parameters
| Parameter | Type |
|---|---|
el | keyof Translations |
keyPropContextMap | Record<string, [ReactNode, ReactNode]> |
finalize? | boolean |
Returns
undefined | Record<string, Record<string, string>>
Defined in
packages/react-querybuilder/src/utils/mergeTranslations.ts:29
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.