Version:
interface
WindowEvent
typescript
interface WindowEventProperties
| Name | Type | Description |
|---|---|---|
bounds? | Region | - |
id | string | null | - |
owner? | WindowOwner | - |
state? | WindowState | - |
timestamp | number | - |
title? | string | - |
type | "windowCreated" | "windowDestroyed" | "windowFocused" | "windowMoved" | "windowResized" | "windowMinimized" | "windowRestored" | "windowShown" | "windowHidden" | "windowTitleChanged" | - |
Was this page helpful?