Home > @xoram/core > onCreated
onCreated() function
Add a callback to be called when the plugin is added to the application
Signature:
typescript
onCreated: (callback: ((app: Application) => void)) => void
1
Parameters
Parameter | Type | Description |
---|---|---|
callback | ((app: Application) => void) |
Returns:
void