htmlOptionsCollection top-level property

dynamic get htmlOptionsCollection

HTMLOptionsCollection is an interface representing a collection of HTML option elements (in document order) and offers methods and properties for traversing the list as well as optionally altering its items. This type is returned solely by the "options" property of select.

MDN Reference

Implementation

_i2.dynamic get htmlOptionsCollection => _i4.getProperty(
      _self,
      'HTMLOptionsCollection',
    );