Home > @xoram/core > DefinedPlugin
DefinedPlugin interface
An instance of a plugin as returned by a `PluginDefinition`.
Signature:
typescript
export interface DefinedPlugin
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
PluginId[] | List the other plugins that should be initialized before this one, if they are not part of the application config, the application will not instantiate. | ||
Identifies a plugin in an application. It is used internally to resolve dependencies between plugins. |