v0.7.0
validateCondition(Defined in: src/modules/validation.ts:282 Validates a rule condition.condition
):boolean
Parameter | Type | Description |
---|---|---|
condition | string | string representing the rule condition. |
boolean
boolean, true if the condition has properly formatted paren
groups, otherwise false.