mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
updated api docs for plugins 8.3.0
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user