Home > @xoram/core > definePlugin
definePlugin() function
Define an anonymous plugin using a generated id
Signature:
typescript
export declare function definePlugin(setup: PluginSetup): PluginDefinition;
1
Parameters
Parameter | Type | Description |
---|---|---|
setup | the plugin setup function |
Returns: