Type alias WindowInitializedEvent

WindowInitializedEvent: NamedEvent & {
    type: "initialized";
}

Generated using TypeDoc