Appearance
type EventHandler<E> = (event: E) => void;
Defined in: src/wirestate-core/types/events.ts:26
Represents the function that handles an event.
E
Event
event
void