Skip to main content

EventList

Type Alias EventList 

Source
pub type EventList<'js> = Vec<(EventKey<'js>, Vec<EventItem<'js>>)>;

Aliased Typeยง

pub struct EventList<'js> { /* private fields */ }