HTMLCollectionOf$Typings<T extends Element> extension

on

Properties

item ↔ T? Function(num)

Available on HTMLCollectionOf<T>, provided by the HTMLCollectionOf$Typings extension

getter/setter pair
namedItem ↔ T? Function(String)

Available on HTMLCollectionOf<T>, provided by the HTMLCollectionOf$Typings extension

getter/setter pair

Operators

operator [](num index) → T

Available on HTMLCollectionOf<T>, provided by the HTMLCollectionOf$Typings extension

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

Available on HTMLCollectionOf<T>, provided by the HTMLCollectionOf$Typings extension