NodeList

abstract external class NodeList : ItemArrayLike<Node>

Exposes the JavaScript NodeList to Kotlin

Constructors

NodeList
Link copied to clipboard
fun NodeList()

Functions

item
Link copied to clipboard
open override fun item(index: Int): Node?

Properties

length
Link copied to clipboard
abstract val length: Int

Inheritors

RadioNodeList
Link copied to clipboard

Extensions

get
Link copied to clipboard
inline operator fun NodeList.get(index: Int): Node?