pub fn ExternalDropZone(_: ExternalDropZoneProps) -> ElementExpand description
A zone accepting drops that originate outside the app.
ยงProps
For details, see the props struct definition.
on_drop:EventHandler<ExternalDrop>on_hover:Option<EventHandler<bool>>Fired with
true/falseon hover enter/leave.attributes:Vec<Attribute>children:Element