checkExpressionLength
function checkExpressionLength(expression, config): SafetyCheckResult;Defined in: packages/engine/src/engine/ExpressionEngineSafety.ts:55
Check that the expression doesn’t exceed the maximum allowed length.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
expression | string |
config | ValidationConfig |