HTMLAllCollection$Typings extension

on

Properties

item ↔ dynamic Function([String?])
getter/setter pair
length num
Returns the number of elements in the collection.
no setter
namedItem ↔ dynamic Function(String)
getter/setter pair

Operators

operator [](num index) Element
operator []=(num index, Element value) → void