HTMLCollectionBase$Typings extension
Properties
- item ↔ Element? Function(num)
-
Available on HTMLCollectionBase, provided by the HTMLCollectionBase$Typings extension
getter/setter pair - length → num
-
Available on HTMLCollectionBase, provided by the HTMLCollectionBase$Typings extension
Sets or retrieves the number of objects in a collection.no setter
Operators
-
operator [](
num index) → Element -
Available on HTMLCollectionBase, provided by the HTMLCollectionBase$Typings extension
-
operator []=(
num index, Element value) → void -
Available on HTMLCollectionBase, provided by the HTMLCollectionBase$Typings extension