Skip to main content

defaultRuleProcessorCEL()

defaultRuleProcessorCEL(rule: RuleType, options?: ValueProcessorOptions, meta?: { context: Record<string, any>; processedParams: any[] | Record<string, any>; }): any

Defined in: packages/react-querybuilder/src/utils/formatQuery/defaultRuleProcessorCEL.ts:16

Default rule processor used by formatQuery for "cel" format.

Parameters

ParameterType
ruleRuleType
options?ValueProcessorOptions
meta?{ context: Record<string, any>; processedParams: any[] | Record<string, any>; }
meta.context?Record<string, any>
meta.processedParams?any[] | Record<string, any>

Returns

any


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.