HTMLAllCollection$Typings extension

on

Properties

item ↔ dynamic Function([String?])

Available on HTMLAllCollection, provided by the HTMLAllCollection$Typings extension

getter/setter pair
length num

Available on HTMLAllCollection, provided by the HTMLAllCollection$Typings extension

Returns the number of elements in the collection.
no setter
namedItem ↔ dynamic Function(String)

Available on HTMLAllCollection, provided by the HTMLAllCollection$Typings extension

getter/setter pair

Operators

operator [](num index) Element

Available on HTMLAllCollection, provided by the HTMLAllCollection$Typings extension

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

Available on HTMLAllCollection, provided by the HTMLAllCollection$Typings extension