ValueProcessorLegacy()
ValueProcessorLegacy = (
field:string,operator:string,value:any,valueSource?:ValueSource) =>string
Defined in: packages/core/src/types/export.ts:364
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
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.