Version:
interfaceextends WindowEvent
WindowMinimizedEvent
typescript
interface WindowMinimizedEvent extends WindowEventProperties
| Name | Type | Description |
|---|---|---|
bounds? | Region | - |
id | string | null | - |
owner? | WindowOwner | - |
state? | WindowState | - |
timestamp | number | - |
title? | string | - |
type | "windowMinimized" | - |
Was this page helpful?