Package elemental2.dom
Class CSSStyleRule
- java.lang.Object
-
- elemental2.dom.CSSRule
-
- elemental2.dom.CSSStyleRule
-
@JsType(isNative=true, namespace="<global>") public class CSSStyleRule extends CSSRule
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
selectorText
CSSStyleDeclaration
style
-
Fields inherited from class elemental2.dom.CSSRule
CHARSET_RULE, cssText, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, parentRule, parentStyleSheet, STYLE_RULE, type, UNKNOWN_RULE
-
-
Constructor Summary
Constructors Constructor Description CSSStyleRule()
-
-
-
Field Detail
-
selectorText
public java.lang.String selectorText
-
style
public CSSStyleDeclaration style
-
-