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