Type Alias FormEvent

Source
pub type FormEvent<TCurrent = Element> = SyntheticEvent<TCurrent, Event, FormEvent>;

Aliased Typeยง

pub struct FormEvent<TCurrent = Element> { /* private fields */ }