pub fn ExternalDropZone(_: ExternalDropZoneProps) -> ElementExpand description
A zone accepting drops that originate outside the app.
While a drag hovers the zone the div carries data-over="true" (absent
otherwise) for styling without on_hover wiring.
ยง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