implicit final class SaferCSSStyleSheet extends AnyVal
- See also
https://drafts.csswg.org/cssom/#the-stylesheet-interface
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferCSSStyleSheet
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferCSSStyleSheet(value: CSSStyleSheet)
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
ownerRule: Option[CSSRule]
If this style sheet is imported into the document using an
@importrule, the ownerRule property will return that CSSImportRule, otherwise it returns null.If this style sheet is imported into the document using an
@importrule, the ownerRule property will return that CSSImportRule, otherwise it returns null.MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: CSSStyleSheet