Function - Arguments
Optionally, JENTIS provides function arguments that can be accessed within a client-side variable. In the following section, we explain the different properties and provide guidance on how to use them. Below is an example of how to access all supported arguments:
function(arguments) {
var element = arguments.element;
var accountvars = arguments.accountvars;
var stateContext = arguments.stateContext;
return “”;
}
Last updated
Was this helpful?