Type Alias freya_core::types::EventEmitter

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

Emit events to the VirtualDOM

Aliased Type§

struct EventEmitter { /* private fields */ }