WindowSize

Initial dimensions (in pixels) of a window.

TypeScript
export interface

Properties

PropertyTypeDescription
heightnumberHeight of the window, in pixels.
widthnumberWidth 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