implicit final class SaferHTMLOptionElement extends AnyVal
- See also
https://html.spec.whatwg.org/multipage/forms.html#the-option-element
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferHTMLOptionElement
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferHTMLOptionElement(value: HTMLOptionElement)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
form: Option[HTMLFormElement]
If the option is a descendant of a <select> element, then this property has the same value as the form property of the corresponding HTMLSelectElement object; otherwise, it is null.
If the option is a descendant of a <select> element, then this property has the same value as the form property of the corresponding HTMLSelectElement object; otherwise, it is null.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- val value: HTMLOptionElement