Type Alias: WindowClosedEvent
Makaio Framework / contracts / WindowClosedEvent
Type Alias: WindowClosedEvent
Section titled “Type Alias: WindowClosedEvent”WindowClosedEvent =
z.infer<typeofHostSchemas["window.closed"]>
Defined in: ../../../packages/contracts/src/host/schemas.ts:260
Payload of the host.window.closed event.
Type Composition
Section titled “Type Composition”WindowClosedEventz.infer<(typeof HostSchemas)['window.closed']>(typeof HostSchemas)['window.closed']
Resolved Shape
Section titled “Resolved Shape”type WindowClosedEvent = { windowId: number; registrationId: string; params?: Record<string, string> | undefined;};