Home > @xoram/core > PluginDefinition
PluginDefinition interface
A factory function that returns a defined plugin ready to be added to an application.
Created by calling definePlugin(setup) or definePlugin(id, setup)
Signature:
typescript
export interface PluginDefinition
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
The unique id of the plugin, it is the same as the one on the DefinedPlugin returned by the constructor. |