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