options property
HTMLOptionsCollection
get
options
The HTMLSelectElement.options read-only property returns
a HTMLOptionsCollection of the option elements
contained by the select element.
Implementation
external HTMLOptionsCollection get options;