Interface ISize
A structure representing size of a two-dimensional object.
Package: @aurigma/design-editor-iframe
Properties
height
The object height.
Declaration
height: number;
Property Value
| Type | Description |
|---|---|
| number | The object height. |
width
The object width.
Declaration
width: number;
Property Value
| Type | Description |
|---|---|
| number | The object width. |