RadioNodeList

Properties

Link copied to clipboard
abstract val length: Int
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun forEach(action: (item: HTMLElement) -> Unit)
Link copied to clipboard
open operator fun get(index: Int): HTMLElement
open operator fun get(key: Symbol.iterator): () -> JsIterator<HTMLElement>
Link copied to clipboard
fun item(index: Int): HTMLElement?

Returns the node with index index from the collection. The nodes are sorted in tree order.

Link copied to clipboard
open inline operator fun iterator(): Iterator<HTMLElement>
Link copied to clipboard
abstract fun keys(): JsIterator<Int>
Link copied to clipboard
abstract fun values(): JsIterator<HTMLElement>