DOMRectReadOnly
Constructors
<init>
Exposes the JavaScript DOMRectReadOnly to Kotlin
DOMRectReadOnly(
x: Double,
y: Double,
width: Double,
height: Double)
Properties
bottom
open val bottom: Double
height
open val height: Double
left
open val left: Double
right
open val right: Double
top
open val top: Double
width
open val width: Double
x
open val x: Double
y
open val y: Double
Inheritors
DOMRect
Exposes the JavaScript DOMRect to Kotlin
open class DOMRect : DOMRectReadOnly