defaultValueProcessorByRule()
defaultValueProcessorByRule(
rule:RuleType<string,string,any,string>,options?:ValueProcessorOptions):string
Default value processor used by formatQuery for "sql" format.
Parameters
| Parameter | Type |
|---|---|
rule | RuleType<string, string, any, string> |
options? | ValueProcessorOptions |
Returns
string
Defined in
packages/react-querybuilder/src/utils/formatQuery/defaultValueProcessorByRule.ts:14
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.