Function silkenweb::document::on_dragenter

source ·
pub fn on_dragenter(f: impl FnMut(DragEvent) + 'static) -> EventCallback
Expand description

Add a dragenter event handler at the document level.

This only has an effect on WASM targets.