kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
NodeList
Node
List
JS
abstract
external
class
NodeList
:
ItemArrayLike
<
Node
>
Content copied to clipboard
Exposes the JavaScript
NodeList
to Kotlin
Constructors
Functions
Properties
Extensions
Inheritors
Constructors
NodeList
Link copied to clipboard
JS
fun
NodeList
(
)
Content copied to clipboard
Functions
item
Link copied to clipboard
JS
open
override
fun
item
(
index
:
Int
)
:
Node
?
Content copied to clipboard
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Content copied to clipboard
Inheritors
RadioNodeList
Link copied to clipboard
Extensions
get
Link copied to clipboard
JS
inline operator
fun
NodeList
.
get
(
index
:
Int
)
:
Node
?
Content copied to clipboard