updated api docs for plugins 8.3.0

This commit is contained in:
NataliaOvchinnikova
2025-01-09 18:02:55 +03:00
parent e5a04a9da7
commit 512a6aeada

View File

@ -2063,13 +2063,14 @@
};
/**
* Show an error/warning message.
* Shows an error/warning message.
* @memberof Api
* @typeofeditors ["CDE", "CSE", "CPE", "PDF"]
* @param {string} error - error text.
* @param {number} level - -1 or 0 for error or warning
* @param {string} error - The error text.
* @param {number} level - -1 or 0 for error or warning.
* @alias ShowError
* @since 8.3.0
* @see office-js-api/Examples/Plugins/{Editor}/Api/Methods/ShowError.js
*/
Api.prototype["pluginMethod_ShowError"] = function(error, level)
{