addFunction(settings: Object);
settings. JSON object that contains parameters of added function. An object must contain the following fields: Text - text value of function; Formula - formula; Desc - formula description.
The addFunction method adds a function to the list of functions.
The example of method use is given in description of the FormulaEditor.getFunctionList method.
See also: