EvalAction

ContextActions. EvalAction

An action "eval" that takes a filter, and sets a variable to true/false, depending on if the filter matched or not

Constructor

new EvalAction()

Source:
Example
{
    "eval": {
        "and": [
            { "property": "myFirstProperty", "equals": false },
            { "property": "mySecondProperty", "equals": false }
        ]
    }
}