Skip to main content

getQuotedFieldName()

getQuotedFieldName(fieldName: string, __namedParameters: ValueProcessorOptions): string

Defined in: packages/react-querybuilder/src/utils/formatQuery/utils.ts:189

Given a field name and relevant ValueProcessorOptions, returns the field name wrapped in the configured quote character(s).

Parameters

ParameterType
fieldNamestring
__namedParametersValueProcessorOptions

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.