implicit final class SaferCSSRule extends AnyVal
- See also
https://drafts.csswg.org/cssom/#the-cssrule-interface
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferCSSRule
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
parentRule: Option[CSSRule]
Returns the containing rule, otherwise null.
Returns the containing rule, otherwise null. E.g. if this rule is a style rule inside an
@mediablock, the parent rule would be that CSSMediaRule.MDN
-
def
parentStyleSheet: Option[CSSStyleSheet]
parentStyleSheet returns the stylesheet object in which the current rule is defined.
parentStyleSheet returns the stylesheet object in which the current rule is defined.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: CSSRule