pub type EventHook = Arc<dyn Fn(InteractionEvent) + Send + Sync>;
Hook type for events.
pub struct EventHook { /* private fields */ }