freya::common::types

Type Alias EventEmitter

pub type EventEmitter = UnboundedSender<ProcessedEvents<NodeId, EventName, DomEvent, PlatformEvent>>;
Expand description

Emit events to the VirtualDOM

Aliased Typeยง

struct EventEmitter { /* private fields */ }