UpdatePlugin
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", ["https://example.com/plugin/config.json"]);