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