Interfaces
Size
Size
interfaceSize {
height:number;
width:number;
}
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.
Summary β
Properties β
height β
height: number
Represents the height of the size.
width β
width: number
Represents the width of the size.
- Previous
- ShownModallyData
On this page