Function silkenweb::document::on_compositionend

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

Add a compositionend event handler at the document level.

This only has an effect on WASM targets.