public interface ClientScriptOperation
| Modifier and Type | Field and Description | 
|---|---|
| static OperationType<ClientScriptOperation> | TYPEOperation type providing means to execute JavaScript on the client-side. | 
| Modifier and Type | Method and Description | 
|---|---|
| Serializable | perform(String script,
       boolean asynchronous)Initiates the JavaScript execution. | 
static final OperationType<ClientScriptOperation> TYPE
@Nullable Serializable perform(String script, boolean asynchronous)
script - The JavaScript code to be executed.asynchronous - false if the call should wait until execution has finished, true otherwise.null for asynchronous calls, or the evaluated return value of the executed JavaScript code.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408