Home > @xoram/core > removePlugin
removePlugin() function
Remove a plugin and all those depending on it in reverse topological order.
Signature:
typescript
export declare function removePlugin(idOrPlugin: PluginId | DefinedPlugin): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
idOrPlugin | the plugin to remove or its id |
Returns:
void