mergeAnyTranslations()
mergeAnyTranslations(
base
:Record
<string
,Record
<string
,unknown
>>, ...otherTranslations
: (undefined
|Record
<string
,Record
<string
,unknown
>>)[]):Record
<string
,Record
<string
,unknown
>>
Defined in: packages/core/src/utils/mergeAnyTranslations.ts:7
Merges any number of partial translations into a single definition.
Parameters
Parameter | Type |
---|---|
base | Record <string , Record <string , unknown >> |
...otherTranslations | (undefined | Record <string , Record <string , unknown >>)[] |
Returns
Record
<string
, Record
<string
, unknown
>>
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.