InstallPlugin

InstallPlugin([config]) → { object }

Installs a plugin by the URL to the plugin config.

Parameters:

Name Type Default Description
config object null

The plugin config for installing.

Returns:

Type
object

Example

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