HTMLAllCollection
abstract class HTMLAllCollectionConstructors
<init>
HTMLAllCollection()Properties
length
open val length: IntFunctions
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?