[][src]Module yew::events

The module that contains all events available in the framework.

Structs

DragEvent

The DragEvent object

Event

The Event object

FocusEvent

The FocusEvent object

InputData

A type representing data from oninput event.

KeyboardEvent

The KeyboardEvent object

MouseEvent

The MouseEvent object

PointerEvent

The PointerEvent object

TouchEvent

The TouchEvent object

UiEvent

The UIEvent object

WheelEvent

The WheelEvent object

Enums

ChangeData

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