Skip to main content

mergeTranslation()

mergeTranslation(el: keyof Translations, keyPropContextMap: Record<string, [ReactNode, ReactNode]>, finalize?: boolean): undefined | Record<string, Record<string, string>>

Parameters

ParameterType
elkeyof Translations
keyPropContextMapRecord<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.