Home > @xoram/core > addPlugins
addPlugins() function
Register a set of plugins into the active application after it has been initialized.
Signature:
typescript
export declare function addPlugins(definePlugins: PluginDefinition[]): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
definePlugins | the plugin definitions to register in the application |
Returns:
void