Struct dioxus_html::foreignObject
source · pub struct foreignObject;
Expand description
Build a
<foreignObject>
element.
Implementations§
source§impl foreignObject
impl foreignObject
Trait Implementations§
source§impl SvgAttributes for foreignObject
impl SvgAttributes for foreignObject
source§const prevent_default: AttributeDiscription = _
const prevent_default: AttributeDiscription = _
Prevent the default action for this element. Read more