Constructor
new EvalAction()
- Source:
Example
{
"eval": {
"and": [
{ "property": "myFirstProperty", "equals": false },
{ "property": "mySecondProperty", "equals": false }
]
}
}
An action "eval" that takes a filter, and sets a variable to true/false, depending on if the filter matched or not
{
"eval": {
"and": [
{ "property": "myFirstProperty", "equals": false },
{ "property": "mySecondProperty", "equals": false }
]
}
}