HTMLAllCollection

abstract external class HTMLAllCollection

Functions

item
Link copied to clipboard
JS
fun item(nameOrIndex: String = definedExternally): UnionElementOrHTMLCollection?
namedItem
Link copied to clipboard
JS
fun namedItem(name: String): UnionElementOrHTMLCollection?

Properties

length
Link copied to clipboard
JS
open val length: Int

Extensions

get
Link copied to clipboard
JS
inline operator fun HTMLAllCollection.get(index: Int): Element?
inline operator fun HTMLAllCollection.get(name: String): UnionElementOrHTMLCollection?