GetCustomFunctions

GetCustomFunctions() → { string }

Returns a library of local custom functions.

Parameters:

This method doesn't have any parameters.

Returns:

Type
string

Example

Copy code
window.Asc.plugin.executeMethod ("GetCustomFunctions", null, function (res) {
    console.log ("First custom function: " + res[0])
});