toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
DOMRect
DOMRect
open
class
DOMRect
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
:
DOMRectReadOnly
,
JsAny
Exposes the JavaScript
DOMRect
to Kotlin
Members
Constructors
DOMRect
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
override
var
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
override
var
width
:
Double
x
Link copied to clipboard
open
override
var
x
:
Double
y
Link copied to clipboard
open
override
var
y
:
Double