Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 496 Bytes

app-complex-expression.md

File metadata and controls

26 lines (19 loc) · 496 Bytes

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"
        }
    ]
}