HTMLCollectionBase$Typings extension

on

Properties

item Element? Function(num)
getter/setter pair
length num
Sets or retrieves the number of objects in a collection.
no setter

Operators

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