implicit final class SaferHTMLObjectElement extends AnyVal
- See also
https://html.spec.whatwg.org/multipage/embedded-content.html#the-object-element
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferHTMLObjectElement
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferHTMLObjectElement(value: HTMLObjectElement)
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
contentDocument: Option[raw.Document]
The active document of the object element's nested browsing context, if any; otherwise null.
The active document of the object element's nested browsing context, if any; otherwise null.
MDN
-
def
form: Option[HTMLFormElement]
The object element's form owner, or null if there isn't one.
The object element's form owner, or null if there isn't one.
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: HTMLObjectElement