HTMLOptionsCollection$Typings extension

on

Properties

add ↔ void Function(HTMLElement, [dynamic])

Available on HTMLOptionsCollection, provided by the HTMLOptionsCollection$Typings extension

getter/setter pair
length num

Available on HTMLOptionsCollection, provided by the HTMLOptionsCollection$Typings extension

Returns the number of elements in the collection.
getter/setter pair
remove ↔ void Function(num)

Available on HTMLOptionsCollection, provided by the HTMLOptionsCollection$Typings extension

getter/setter pair
selectedIndex num

Available on HTMLOptionsCollection, provided by the HTMLOptionsCollection$Typings extension

Returns the index of the first selected item, if any, or −1 if there is no selected item.
getter/setter pair