HTMLAllCollection
Constructors
<init>
HTMLAllCollection()
Properties
length
open val length: Int
Functions
item
fun item(
nameOrIndex: String = definedExternally
): UnionElementOrHTMLCollection?
namedItem
fun namedItem(name: String): UnionElementOrHTMLCollection?
Extension Functions
get
operator fun HTMLAllCollection.get(index: Int): Element?
operator fun HTMLAllCollection.get(
name: String
): UnionElementOrHTMLCollection?