[][src]Module yew::events

The module that contains all events available in the framework.

Structs

DragEvent

The DragEvent class.

Event

The Event class.

FocusEvent

The FocusEvent class.

InputData

A type representing data from oninput event.

KeyboardEvent

The KeyboardEvent class.

MouseEvent

The MouseEvent class.

PointerEvent

The PointerEvent class.

TouchEvent

The TouchEvent class.

UiEvent

The UiEvent class.

WheelEvent

The WheelEvent class.

Enums

ChangeData

A type representing change of value(s) of an element after committed by user (onchange event).