validateCondition(condition): boolean
Defined in: src/modules/validation.ts:282 Validates a rule condition.

Parameters

ParameterTypeDescription
conditionstringstring representing the rule condition.

Returns

boolean boolean, true if the condition has properly formatted paren groups, otherwise false.