mergeAnyTranslation()
mergeAnyTranslation(
el
:string
,keyPropContextMap
:Record
<string
, [unknown
,unknown
]>,defaults?
:Record
<string
,Record
<string
,unknown
>>):undefined
|Record
<string
,Record
<string
,unknown
>>
Defined in: packages/core/src/utils/mergeAnyTranslations.ts:26
Parameters
Parameter | Type |
---|---|
el | string |
keyPropContextMap | Record <string , [unknown , unknown ]> |
defaults? | Record <string , Record <string , unknown >> |
Returns
undefined
| 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.