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