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