Type Alias: WindowState
Makaio Framework / contracts / WindowState
Type Alias: WindowState
Section titled “Type Alias: WindowState”WindowState =
z.infer<typeofWindowStateSchema>
Defined in: ../../../packages/contracts/src/host/schemas.ts:254
State snapshot for a single desktop window.
Type Composition
Section titled “Type Composition”WindowStatez.infer<typeof WindowStateSchema>typeof WindowStateSchema
Resolved Shape
Section titled “Resolved Shape”type WindowState = { windowId: number; registrationId: string; visible: boolean; focused: boolean; params?: Record<string, string> | undefined; label?: string | undefined;};