@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
public interface HTMLCollectionOrElementUnion
| Modifier and Type | Method and Description |
|---|---|
default Element |
asElement() |
default HTMLCollection |
asHTMLCollection() |
default boolean |
isElement() |
default boolean |
isHTMLCollection() |
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)
@JsOverlay default boolean isElement()
@JsOverlay default Element asElement()
@JsOverlay default boolean isHTMLCollection()
@JsOverlay default HTMLCollection asHTMLCollection()