OptionElement
The HTMLOptionElement
interface represents option
elements and inherits all classes and methods of the HTMLElement
interface.
Documentation HTMLOptionElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
disabled: Bool
form: FormElement
label: String
defaultSelected: Bool
selected: Bool
value: String
text: String
index: Int