kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
NodeList
Node
List
abstract
class
NodeList
:
ItemArrayLike
<
Node
>
,
JsAny
(
source
)
Exposes the JavaScript
NodeList
to Kotlin
Inheritors
RadioNodeList
Members
Members & Extensions
Constructors
Node
List
Link copied to clipboard
constructor
(
)
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
Functions
as
List
Link copied to clipboard
fun
<
T
:
JsAny
?
>
ItemArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
get
Link copied to clipboard
operator
fun
NodeList
.
get
(
index
:
Int
)
:
Node
?
item
Link copied to clipboard
open
override
fun
item
(
index
:
Int
)
:
Node
?