toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
DOMRectReadOnly
DOMRect
Read
Only
open
class
DOMRectReadOnly
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
:
JsAny
Exposes the JavaScript
DOMRectReadOnly
to Kotlin
Inheritors
DOMRect
Members
Constructors
DOMRect
Read
Only
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
Properties
bottom
Link copied to clipboard
open
val
bottom
:
Double
height
Link copied to clipboard
open
val
height
:
Double
left
Link copied to clipboard
open
val
left
:
Double
right
Link copied to clipboard
open
val
right
:
Double
top
Link copied to clipboard
open
val
top
:
Double
width
Link copied to clipboard
open
val
width
:
Double
x
Link copied to clipboard
open
val
x
:
Double
y
Link copied to clipboard
open
val
y
:
Double