endInitFunction
Triggered when init functions completed invoking, finalizing the startInitFunction event process.
Event Data
This is the data
provided to the message event:
interface EventData {
eventName: 'endInitFunction',
type: string,
}
- eventName: The event name.
- type: The type of init functions that finished invoking.
Last modified September 19, 2024: feat(loading-screens): document events (#479) (059448a)