Class JsFunction
java.lang.Object
io.jmix.chartsflowui.kit.component.model.shared.JsFunction
- All Implemented Interfaces:
Serializable
JavaScript function definition.
Must be determined by a specific pattern:
function($parameters$): {$code$};
Example:
new JsFunction("function(value) { return \"Value is \" + value };")
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
code
-
-
Constructor Details
-
JsFunction
-
-
Method Details
-
getCode
-