Package elemental2.dom
Interface HTMLObjectElement.TSetPropertyValueUnionType
-
- Enclosing class:
- HTMLObjectElement
@JsType(isNative=true, name="?", namespace="<global>") public static interface HTMLObjectElement.TSetPropertyValueUnionType
-
-
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 HTMLObjectElement.TSetPropertyValueUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static HTMLObjectElement.TSetPropertyValueUnionType 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()
-
-