app > formula¶
Path: metadata > app > formula.
Definitions for the formula editor.
functionList¶
Object[]
Functions available in the editor.
Example:
{
"functionList": [
"__APPEND__",
{
"name": "myNamespace\\myFunction",
"insertText": "myNamespace\\myFunction(STRING)",
"returnType": "string",
"unsafe": false
}
]
}