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