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