Interface CSSProperties.PaddingBottomUnionType

Enclosing class:
CSSProperties

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

    • of

      @JsOverlay static CSSProperties.PaddingBottomUnionType of(Object o)
    • asDouble

      @JsOverlay default double asDouble()
    • asString

      @JsOverlay default String asString()
    • isDouble

      @JsOverlay default boolean isDouble()
    • isString

      @JsOverlay default boolean isString()