freya::core::types

Type Alias EventEmitter

Source
pub type EventEmitter = UnboundedSender<Vec<DomEvent>>;
Expand description

Emit events to the VirtualDOM

Aliased Typeยง

struct EventEmitter { /* private fields */ }