Type Alias dioxus_html::events::KeyboardEvent

source ·
pub type KeyboardEvent = Event<KeyboardData>;

Aliased Type§

struct KeyboardEvent {
    pub data: Rc<KeyboardData, Global>,
    /* private fields */
}

Fields§

§data: Rc<KeyboardData, Global>

The data associated with this event

Trait Implementations§

source§

impl<T> Deref for Event<T>

§

type Target = Rc<T, Global>

The resulting type after dereferencing.
source§

fn deref(&self) -> &<Event<T> as Deref>::Target

Dereferences the value.