DOMRect

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

Exposes the JavaScript DOMRect to Kotlin

Constructors

Link copied to clipboard
fun DOMRect(    x: Double = definedExternally,     y: Double = definedExternally,     width: Double = definedExternally,     height: Double = definedExternally)

Properties

Link copied to clipboard
open val bottom: Double
Link copied to clipboard
open override var 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 override var width: Double
Link copied to clipboard
open override var x: Double
Link copied to clipboard
open override var y: Double