Skip to content

app > complexExpression

Path: metadata > app > complexExpression.

Definitions for the complex expression editor.

functionList

Object[]

Functions available in the editor when editing a complex expression.

Example:

{
    "functionList": [
        "__APPEND__",
        {
            "name": "MY_CUSTOM_FUNCTION",
            "insertText": "MY_CUSTOM_FUNCTION:(VALUE1, VALUE2)",
            "returnType": "bool"
        }
    ]
}