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