Function silkenweb::document::on_focusin

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

Add a focusin event handler at the document level.

This only has an effect on WASM targets.