Interface ExpressionEditorService


public interface ExpressionEditorService
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the Script to return the list of functions to be used as custom function.
  • Method Details

    • getFunctionsList

      String getFunctionsList(String script, String type)
      Parses the Script to return the list of functions to be used as custom function.
      Parameters:
      script - client lib script to be parsed.
      type - The type of the client lib.