implicit final class SaferStyleSheet extends AnyVal
- See also
https://drafts.csswg.org/cssom/#stylesheet
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferStyleSheet
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferStyleSheet(value: StyleSheet)
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
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
hrefOpt: Option[String]
Returns a DOMString representing the location of the stylesheet.
Returns a DOMString representing the location of the stylesheet.
MDN
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
ownerNodeOpt: Option[Node]
ownerNode returns the node that associates this style sheet with the document.
ownerNode returns the node that associates this style sheet with the document.
MDN
-
def
parentStyleSheetOpt: Option[StyleSheet]
Returns a StyleSheet including this one, if any; returns null if there aren't any.
Returns a StyleSheet including this one, if any; returns null if there aren't any.
MDN
-
def
titleOpt: Option[String]
Returns a DOMString representing the advisory title of the current style sheet.
Returns a DOMString representing the advisory title of the current style sheet.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: StyleSheet