HTMLAllCollection

abstract external class HTMLAllCollection

Functions

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

Properties

length
Link copied to clipboard
open val length: Int

Extensions

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