getNLTranslataion()
getNLTranslataion(
key:NLTranslationKey,translations:NLTranslations,conditions:GroupVariantCondition[]):string
Defined in: packages/core/src/utils/formatQuery/utils.ts:324
Used by formatQuery to get a translation based on certain conditions for the "natural_language" format.
Parameters
| Parameter | Type | Default value |
|---|---|---|
key | NLTranslationKey | undefined |
translations | NLTranslations | undefined |
conditions | GroupVariantCondition[] | [] |
Returns
string
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.