Type Definition leptos_dom::Element

source ·
pub type Element = Element;
Expand description

The type of an HTML or DOM element. When server rendering, this is a String. When rendering in a browser, this is a DOM Element.

Trait Implementations§

Injects the element into the parent as its next child.