[se] By bug 78787: fix method description

This commit is contained in:
GoshaZotov
2025-11-28 17:30:40 +03:00
parent 31277701ae
commit 15b8c0c121

View File

@ -634,6 +634,7 @@
* The passed function can be asynchronous (async function or function returning a Promise).
* Inside the passed function, you can access the current cell address where the calculation is performed using *this.address*.
* You can also access the addresses of function arguments using *this.args[0].address*, *this.args[1].address*, etc.
* This method is not used in ONLYOFFICE Document Builder. Use AddCustomFunctionLibrary instead.
* @memberof Api
* @typeofeditors ["CSE"]
* @param {Function} fCustom - A new function for calculating. Can be synchronous or asynchronous.