@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DocumentOrWindowProxyUnion")
public interface DocumentOrWindowProxyUnion
| Modifier and Type | Method and Description |
|---|---|
default Document |
asDocument() |
default Window |
asWindowProxy() |
static DocumentOrWindowProxyUnion |
of(Document value) |
static DocumentOrWindowProxyUnion |
of(Window value) |
@JsOverlay @Nonnull static DocumentOrWindowProxyUnion of(@Nonnull Document value)
@JsOverlay @Nonnull static DocumentOrWindowProxyUnion of(@Nonnull Window value)
@JsOverlay default Document asDocument()
@JsOverlay default Window asWindowProxy()