@Nullable abstract fun getRenderFunction(): String
Return the render function name (optional). If not specified, the script templates will be evaluated with ScriptEngine#eval(String, Bindings).
ScriptEngine#eval(String, Bindings)