kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
DOMRectReadOnly
DOMRect
Read
Only
open
class
DOMRectReadOnly
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
:
JsAny
(
source
)
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