Skip to content

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.

ParameterType
expressionstring
configValidationConfig

SafetyCheckResult