Home > @xoram/core > addPlugin
addPlugin() function
Register a plugin into the active application after it has been initialized.
Signature:
typescript
export declare function addPlugin(definePlugin: PluginDefinition): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
definePlugin | the plugin definition to register in the application. |
Returns:
void