Interface StylePropertyMap.SetValuesUnionType

Enclosing class:
StylePropertyMap

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

    • of

      @JsOverlay static @Nullable StylePropertyMap.SetValuesUnionType of(@Nullable Object o)
    • asCSSStyleValue

      @JsOverlay default @Nullable CSSStyleValue asCSSStyleValue()
    • asString

      @JsOverlay default @Nullable String asString()
    • isCSSStyleValue

      @JsOverlay default boolean isCSSStyleValue()
    • isString

      @JsOverlay default boolean isString()