ValueProcessorLegacy()
ValueProcessorLegacy: (
field
,operator
,value
,valueSource
?) =>string
Function that produces a processed value for a given field
, operator
, value
,
and valueSource
.
Parameters
Parameter | Type |
---|---|
field | string |
operator | string |
value | any |
valueSource ? | ValueSource |
Returns
string
Defined in
packages/react-querybuilder/src/types/importExport.ts:233
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.