Skip to main content

Module event

Module event 

Source

Structs§

NativeChangeEvent
Data associated with a change event.
NativeClipboardEvent
Data associated with a clipboard event.
NativeDragEvent
Data associated with a drag event.
NativeEventHandler
A wrapper around an event callback.
NativeFocusEvent
Data associated with a focus event.
NativeInputEvent
Data associated with an input event.
NativeKeyboardEvent
Data associated with a keyboard event.
NativeMediaEvent
Data associated with a media event.
NativeMouseEvent
Data associated with a mouse event.
NativeSubmitEvent
Data associated with a form submit event.
NativeTouchEvent
Data associated with a touch event.
NativeWheelEvent
Data associated with a wheel event.

Enums§

NativeEvent
Represents different kinds of UI events.
NativeEventName
Represents the name of a DOM event.

Traits§

IntoEventAttribute
Trait for types that can be converted into an event attribute value.