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 May 14, 2025: fix: various broken links (2f92fbb)