DOMRectReadOnly
open class DOMRectReadOnly( val x: Double = definedExternally, val y: Double = definedExternally, val width: Double = definedExternally, val height: Double = definedExternally) : Serializable(source)
The DOMRectReadOnly
interface specifies the standard properties (also used by DOMRect) to define a rectangle whose properties are immutable.