Home > @xoram/core > DefinedPlugin > dependencies
DefinedPlugin.dependencies property
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.
Signature:
typescript
dependencies: PluginId[];
1