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