UpdatePlugin

UpdatePlugin([config]) → { object }

Updates a plugin by the URL to the plugin config.

Parameters:

Name Type Default Description
config object null

The plugin config for updating.

Returns:

Type
object

Example

Copy code
window.Asc.plugin.executeMethod ("UpdatePlugin", {config}, function (result) {
    postMessage (JSON.stringify (result));
});