Optional
after?: ((args: JsEventArgs) => void)Handler function which will be called after JS action execution finished.
Optional
before?: ((args: JsCancelEventArgs) => void)Handler function which will be called before JS action execution started. You can modify the args.jsCode property inside this handler function. Set the args.cancel property to true if you wish to prevent further JS action execution;
Optional
disable?: booleanSet this setting to true if you want to permanently disable the JS action executor.
JavaScript execution configuration.