Home > @xoram/core > ApplicationPluginLifeCycleEvent
ApplicationPluginLifeCycleEvent type
The payload of an event emitted by the application as part of a plugin's life cycle.
Signature:
typescript
export type ApplicationPluginLifeCycleEvent = {
app: Application;
plugin: DefinedPlugin;
};
1
2
3
4
2
3
4
References: Application, DefinedPlugin