Function freya::prelude::dioxus_elements::events::onkeydown

source ยท
pub fn onkeydown<E, T>(
    _f: impl FnMut(Event<KeyboardData>) -> E + 'static,
) -> Attribute
where E: EventReturn<T>,