initFunctionInvoked
Triggered after an init function was invoked, after initFunctionInvoking.
Event Data
This is the data
provided to the message event:
interface EventData {
eventName: 'initFunctionInvoked',
type: string,
name: string,
}
- eventName: The event name.
- type: The type of init function that was invoked.
- name: The name of the init function.
Last modified September 19, 2024: feat(loading-screens): document events (#479) (059448a)