Interface Window.ImportScriptsUrlsUnionType

Enclosing class:
Window

@JsType(isNative=true, name="?", namespace="<global>") public static interface Window.ImportScriptsUrlsUnionType
  • Method Details

    • of

      @JsOverlay static Window.ImportScriptsUrlsUnionType of(Object o)
    • asString

      @JsOverlay default 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()