Interface CSSProperties.ZIndexUnionType

  • Enclosing class:
    CSSProperties

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface CSSProperties.ZIndexUnionType
    • Method Detail

      • asDouble

        @JsOverlay
        default double asDouble()
      • asString

        @JsOverlay
        default java.lang.String asString()
      • isDouble

        @JsOverlay
        default boolean isDouble()
      • isString

        @JsOverlay
        default boolean isString()