Class HTMLOptionsCollection

java.lang.Object
elemental2.dom.HTMLCollection<@Nullable HTMLOptionElement>
elemental2.dom.HTMLOptionsCollection
All Implemented Interfaces:
elemental2.core.JsIterable<HTMLOptionElement,Object,Object>, jsinterop.base.JsArrayLike<HTMLOptionElement>, jsinterop.base.JsPropertyMap<HTMLOptionElement>

@JsType(isNative=true, namespace="<global>") public class HTMLOptionsCollection extends HTMLCollection<@Nullable HTMLOptionElement>