[][src]Module elvis_web::event

Event Listener

The source code is migrated from gloo

Structs

EventListener

RAII type which is used to manage DOM event listeners.

EventListenerOptions

Specifies options for EventListener

Enums

EventListenerPhase

Specifies whether the event listener is run during the capture or bubble phase.