NodeList

JS
1.1
abstract class NodeList : ItemArrayLike < Node >
(source)

Exposes the JavaScript NodeList to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript NodeList to Kotlin

NodeList ( )

Functions

JS
1.1

item

open fun item ( index : Int ) : Node ?

Extension Functions

JS
1.1

asList

Returns the view of this ItemArrayLike<T> collection as List<T>

fun < T > ItemArrayLike < T > . asList ( ) : List < T >
JS
1.1

get

operator fun NodeList . get ( index : Int ) : Node ?

Inheritors

JS
1.1

RadioNodeList

Exposes the JavaScript RadioNodeList to Kotlin

abstract class RadioNodeList :
NodeList ,
UnionElementOrRadioNodeList