Home > @xoram/core > onBeforeCreate
onBeforeCreate() function
Add a callback to be called between the dependency resolution and adding the plugins to the application
Signature:
typescript
onBeforeCreate: (callback: ((app: Application) => void)) => void
1
Parameters
Parameter | Type | Description |
---|---|---|
callback | ((app: Application) => void) |
Returns:
void