kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMRect
DOMRect
JS
open
external
class
DOMRect
(
x
:
Double
=
definedExternally
,
y
:
Double
=
definedExternally
,
width
:
Double
=
definedExternally
,
height
:
Double
=
definedExternally
)
:
DOMRectReadOnly
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
)
Properties
bottom
Link copied to clipboard
JS
open
val
bottom
:
Double
height
Link copied to clipboard
JS
open
override
var
height
:
Double
left
Link copied to clipboard
JS
open
val
left
:
Double
right
Link copied to clipboard
JS
open
val
right
:
Double
top
Link copied to clipboard
JS
open
val
top
:
Double
width
Link copied to clipboard
JS
open
override
var
width
:
Double
x
Link copied to clipboard
JS
open
override
var
x
:
Double
y
Link copied to clipboard
JS
open
override
var
y
:
Double