HTMLOptionsCollection$Typings extension

on

Properties

add ↔ void Function(HTMLElement, [dynamic])
getter/setter pair
length num
Returns the number of elements in the collection.
getter/setter pair
remove ↔ void Function(num)
getter/setter pair
selectedIndex num
Returns the index of the first selected item, if any, or −1 if there is no selected item.
getter/setter pair