DOMRectReadOnly

open external class DOMRectReadOnly(x: Double, y: Double, width: Double, height: Double)

Exposes the JavaScript DOMRectReadOnly to Kotlin

Constructors

Link copied to clipboard
fun DOMRectReadOnly(x: Double, y: Double, width: Double, height: Double)

Properties

Link copied to clipboard
open val bottom: Double
Link copied to clipboard
open val height: Double
Link copied to clipboard
open val left: Double
Link copied to clipboard
open val right: Double
Link copied to clipboard
open val top: Double
Link copied to clipboard
open val width: Double
Link copied to clipboard
open val x: Double
Link copied to clipboard
open val y: Double

Inheritors

Link copied to clipboard