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