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, app: Application): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
idOrPlugin | the plugin to remove or its id | |
app | the app to remove the plugin from |
Returns:
void