getQuotedFieldName()
getQuotedFieldName(
fieldName
,__namedParameters
):string
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
Defined in
packages/react-querybuilder/src/utils/formatQuery/utils.ts:172
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.