GetInstalledPlugins
Returns all the installed plugins.
Parameters:
This method doesn't have any parameters.
Returns:
- Type
-
Array.<PluginData>
Example
Copy code
window.Asc.plugin.executeMethod ("GetInstalledPlugins", null, function (result) {
postMessage (JSON.stringify ({type: 'InstalledPlugins', data: result }));
});