pub type EventList<'js> = Vec<(EventKey<'js>, Vec<EventItem<'js>>)>;
pub struct EventList<'js> { /* private fields */ }