WindowSize
Initial dimensions (in pixels) of a window.
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| height | number | Height of the window, in pixels. |
| width | number | Width of the window, in pixels. |
Property Details
height
Height of the window, in pixels.
TypeScript
height: number;Property Value
number
width
Width of the window, in pixels.
TypeScript
width: number;Property Value
number