getQuotedFieldName()
getQuotedFieldName(
fieldName:string,__namedParameters:ValueProcessorOptions):string
Defined in: packages/core/src/utils/formatQuery/utils.ts:231
Given a field name and relevant ValueProcessorOptions, returns the field name wrapped in the configured quote character(s).
Parameters
| Parameter | Type |
|---|---|
fieldName | string |
__namedParameters | ValueProcessorOptions |
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.