HTMLCollectionOf$Typings<T extends Element> extension
- on
Properties
- item ↔ T? Function(num)
-
Available on HTMLCollectionOf<
T> , provided by the HTMLCollectionOf$Typings extensiongetter/setter pair - namedItem ↔ T? Function(String)
-
Available on HTMLCollectionOf<
T> , provided by the HTMLCollectionOf$Typings extensiongetter/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