All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.dom.CSSRule Maven / Gradle / Ivy

There is a newer version: 2.27
Show newest version
package elemental2.dom;

import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class CSSRule {
  @JsOverlay public static final double CHARSET_RULE = CSSRule__Constants.CHARSET_RULE;
  @JsOverlay public static final double FONT_FACE_RULE = CSSRule__Constants.FONT_FACE_RULE;
  @JsOverlay public static final double IMPORT_RULE = CSSRule__Constants.IMPORT_RULE;
  @JsOverlay public static final double MEDIA_RULE = CSSRule__Constants.MEDIA_RULE;
  @JsOverlay public static final double PAGE_RULE = CSSRule__Constants.PAGE_RULE;
  @JsOverlay public static final double STYLE_RULE = CSSRule__Constants.STYLE_RULE;
  @JsOverlay public static final double UNKNOWN_RULE = CSSRule__Constants.UNKNOWN_RULE;
  public String cssText;
  public CSSRule parentRule;
  public CSSStyleSheet parentStyleSheet;
  public CSSStyleDeclaration style;
  public int type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy