Skip to main content

ValueProcessorLegacy()

ValueProcessorLegacy: (field: string, operator: string, value: any, valueSource?: ValueSource) => string

Defined in: packages/react-querybuilder/src/types/importExport.ts:265

Function that produces a processed value for a given field, operator, value, and valueSource.

Parameters

ParameterType
fieldstring
operatorstring
valueany
valueSource?ValueSource

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.