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