DOMRectReadOnly
Constructors
<init>
Exposes the JavaScript DOMRectReadOnly to Kotlin
DOMRectReadOnly(
x: Double,
y: Double,
width: Double,
height: Double)Properties
bottom
open val bottom: Doubleheight
open val height: Doubleleft
open val left: Doubleright
open val right: Doubletop
open val top: Doublewidth
open val width: Doublex
open val x: Doubley
open val y: DoubleInheritors
DOMRect
Exposes the JavaScript DOMRect to Kotlin
open class DOMRect : DOMRectReadOnly