Function leptos_dom::html::object
source · pub fn object(cx: Scope) -> HtmlElement<Object>
Expand description
The <object>
HTML element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.