JsFunction: String;
The JsFunction property determines a JavaScript method that should be triggered on handler startup.
The set JavaScript method will be executed only in the web application of Foresight Analytics Platform. The required signature for name input:
javascript: <Method name ([custom parameters], callback, [args])>
Parameters:
Custom parameters. The required custom parameters. Optional parameter.
callback. Callback function. Mandatory parameter.
args. Function arguments. Optional parameter.
NOTE. Using angle brackets when specifying function name with parameters is mandatory.
If JavaScript method and Fore method are specified, Fore method is executed first and then JavaScript method.
See also: