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