hyTags
HomeHome DocumentationDocumentation

javascript-evaluate

Evaluates a JavaScript expression and returns the result.
Parameter
Type
Description
javascript
String
The JavaScript code to evaluate. Has access to this.selectorScope (current element), this.valueStacks, and this.namedVars.
return
any
The result of evaluating the JavaScript expression.
Test succeeded Test failed