9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/core/view/view-interfaces.ts

The Size interface describes abstract dimensions in two dimensional space. It has two properties width and height, representing the width and height values of the size.

Properties

height

ts
height: number;

Defined in: ui/core/view/view-interfaces.ts

Represents the height of the size.


width

ts
width: number;

Defined in: ui/core/view/view-interfaces.ts

Represents the width of the size.