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