Package elemental2.dom
Interface CSSProperties.AnimationUnionType
-
- Enclosing class:
- CSSProperties
@JsType(isNative=true, name="?", namespace="<global>") public static interface CSSProperties.AnimationUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default double
asDouble()
default java.lang.String
asString()
default boolean
isDouble()
default boolean
isString()
static CSSProperties.AnimationUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static CSSProperties.AnimationUnionType of(java.lang.Object o)
-
asDouble
@JsOverlay default double asDouble()
-
asString
@JsOverlay default java.lang.String asString()
-
isDouble
@JsOverlay default boolean isDouble()
-
isString
@JsOverlay default boolean isString()
-
-