Package 

Enum StyleSheetOrigin

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum StyleSheetOrigin
    extends Enum<StyleSheetOrigin>
                        

    Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.

    Official doc

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class org.hildan.chrome.devtools.domains.css.StyleSheetOrigin

        compareTo, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait