Available in: Logi Info | Source code name: Action.PreActionJavascript | Introduced in: 12.6 |
Action.PreActionJavascript runs browser-side javascript before the parent Action is run. This enables custom code to be run prior to that Action.
The parent Action will only be run when the custom javascript returns value true. For example:
return true;
Return false, or a different value, or nothing at all to abort running the parent Action. |