kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMRect
DOMRect
JS
open
external
class
DOMRect
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
:
DOMRectReadOnly
Content copied to clipboard
Exposes the JavaScript
DOMRect
to Kotlin
Constructors
Properties
Constructors
DOMRect
Link copied to clipboard
JS
fun
DOMRect
(
x
:
Double
=
definedExternally
,
y
:
Double
=
definedExternally
,
width
:
Double
=
definedExternally
,
height
:
Double
=
definedExternally
)
Content copied to clipboard
Properties
bottom
Link copied to clipboard
JS
open
val
bottom
:
Double
Content copied to clipboard
height
Link copied to clipboard
JS
open
override
var
height
:
Double
Content copied to clipboard
left
Link copied to clipboard
JS
open
val
left
:
Double
Content copied to clipboard
right
Link copied to clipboard
JS
open
val
right
:
Double
Content copied to clipboard
top
Link copied to clipboard
JS
open
val
top
:
Double
Content copied to clipboard
width
Link copied to clipboard
JS
open
override
var
width
:
Double
Content copied to clipboard
x
Link copied to clipboard
JS
open
override
var
x
:
Double
Content copied to clipboard
y
Link copied to clipboard
JS
open
override
var
y
:
Double
Content copied to clipboard