Type Alias WindowProxyOrElementOrHTMLCollection

Source
pub(crate) type WindowProxyOrElementOrHTMLCollection = WindowProxyOrElementOrHTMLCollection<DomTypeHolder>;

Aliased Type§

pub(crate) enum WindowProxyOrElementOrHTMLCollection {
    WindowProxy(Root<Dom<WindowProxy>>),
    Element(Root<Dom<Element>>),
    HTMLCollection(Root<Dom<HTMLCollection>>),
}

Variants§

§

WindowProxy(Root<Dom<WindowProxy>>)

§

Element(Root<Dom<Element>>)

§

HTMLCollection(Root<Dom<HTMLCollection>>)