Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
Size
Size
interface Size {
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
Represents the height of the size.
width
Represents the width of the size.
- Previous
- ShownModallyData