[][src]Module seed::browser::dom::cast

Functions

to_drag_event

See to_keyboard_event

to_html_el

See to_input

to_input

Convenience function used in event handling: Convert an event target to an input element; eg so you can take its value.

to_keyboard_event

Convert a web_sys::Event to a web_sys::KeyboardEvent. Useful for extracting info like which key has been pressed, which is not available with normal Events.

to_mouse_event

See to_keyboard_event

to_select

See to_input

to_textarea

See to_input

to_touch_event

See to_keyboard_event