kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMRectList
DOMRect
List
JS
external
interface
DOMRectList
:
ItemArrayLike
<
DOMRect
>
Content copied to clipboard
Functions
Properties
Extensions
Functions
item
Link copied to clipboard
JS
abstract
override
fun
item
(
index
:
Int
)
:
DOMRect
?
Content copied to clipboard
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Content copied to clipboard
Extensions
get
Link copied to clipboard
JS
inline operator
fun
DOMRectList
.
get
(
index
:
Int
)
:
DOMRect
?
Content copied to clipboard