kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMRectList
DOMRect
List
JS
external
interface
DOMRectList
:
ItemArrayLike
<
DOMRect
>
Functions
Properties
Extensions
Functions
item
Link copied to clipboard
JS
abstract
override
fun
item
(
index
:
Int
)
:
DOMRect
?
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Extensions
as
List
Link copied to clipboard
JS
fun
<
T
>
ItemArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
Returns the view of this
ItemArrayLike<T>
collection as
List<T>
get
Link copied to clipboard
JS
inline operator
fun
DOMRectList
.
get
(
index
:
Int
)
:
DOMRect
?