startInitFunction
Triggered when init functions are about to be invoked.
startInitFunctionOrder will be triggered after this with additional info, in turn triggering multiple initFunctionInvoking and in turn initFunctionInvoked triggers. After the init functions were invoked, startInitFunctionOrder will be triggered again with additional functions, or endInitFunction will be triggered, finalizing the process.
Event Data
This is the data
provided to the message event:
interface EventData {
eventName: 'startInitFunction',
type: string,
}
- eventName: The event name.
- type: The type of init functions to be invoked.
Last modified September 19, 2024: feat(loading-screens): document events (#479) (059448a)