Skip to main content

ValueProcessorLegacy()

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

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

Parameters

ParameterType
fieldstring
operatorstring
valueany
valueSource?ValueSource

Returns

string

Defined in

packages/react-querybuilder/src/types/importExport.ts:222


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.