Class FrontendScript
java.lang.Object
com.novomind.ecom.api.iagent.frontend.operation.FrontendScript
This class represents a script, that can be executed in the frontend of the novomind iAGENT app.
- Since:
- 11.9
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTheJavaScript
code, that can be executed in the frontend.setJavaScript
(String javaScript)
-
Constructor Details
-
FrontendScript
public FrontendScript()
-
-
Method Details
-
getJavaScript
TheJavaScript
code, that can be executed in the frontend.- Returns:
- the
JavaScript
code - Since:
- 11.9
-
setJavaScript
- Parameters:
javaScript
- code, that can be executed in the frontend.- Returns:
- a reference to this object.
- Since:
- 11.9
-