Class HTMLStyleElement

All Implemented Interfaces:
EventTarget, LinkStyle

@JsType(isNative=true, namespace="<global>") public class HTMLStyleElement extends HTMLElement implements LinkStyle
  • Field Details

    • disabled

      public boolean disabled
    • media

      public String media
    • sheet

      public StyleSheet sheet
    • type

      public String type
  • Constructor Details

    • HTMLStyleElement

      public HTMLStyleElement()
  • Method Details