Module Dom_html.Event
Event types: mousedown, keypress, ...
type 'a typ= 'a Dom.Event.typ
val click : mouseEvent Js.t typval dblclick : mouseEvent Js.t typval mousedown : mouseEvent Js.t typval mouseup : mouseEvent Js.t typval mouseover : mouseEvent Js.t typval mousemove : mouseEvent Js.t typval mouseout : mouseEvent Js.t typval keypress : keyboardEvent Js.t typval keydown : keyboardEvent Js.t typval keyup : keyboardEvent Js.t typval mousewheel : mousewheelEvent Js.t typval _DOMMouseScroll : mouseScrollEvent Js.t typval touchstart : touchEvent Js.t typval touchmove : touchEvent Js.t typval touchend : touchEvent Js.t typval touchcancel : touchEvent Js.t typval dragstart : dragEvent Js.t typval dragend : dragEvent Js.t typval dragenter : dragEvent Js.t typval dragover : dragEvent Js.t typval dragleave : dragEvent Js.t typval drag : dragEvent Js.t typval drop : dragEvent Js.t typval hashchange : hashChangeEvent Js.t typval change : event Js.t typval input : event Js.t typval timeupdate : event Js.t typval submit : event Js.t typval scroll : event Js.t typval focus : focusEvent Js.t typval blur : focusEvent Js.t typval load : event Js.t typval unload : event Js.t typval beforeunload : event Js.t typval resize : event Js.t typval orientationchange : event Js.t typval popstate : popStateEvent Js.t typval error : event Js.t typval abort : event Js.t typval select : event Js.t typval online : event Js.t typval offline : event Js.t typval checking : event Js.t typval noupdate : event Js.t typval downloading : event Js.t typval progress : event Js.t typval updateready : event Js.t typval cached : event Js.t typval obsolete : event Js.t typval domContentLoaded : event Js.t typval animationstart : animationEvent Js.t typval animationend : animationEvent Js.t typval animationiteration : animationEvent Js.t typval animationcancel : animationEvent Js.t typval canplay : mediaEvent Js.t typval canplaythrough : mediaEvent Js.t typval durationchange : mediaEvent Js.t typval emptied : mediaEvent Js.t typval ended : mediaEvent Js.t typval gotpointercapture : pointerEvent Js.t typval loadeddata : mediaEvent Js.t typval loadedmetadata : mediaEvent Js.t typval loadstart : mediaEvent Js.t typval lostpointercapture : pointerEvent Js.t typval pause : mediaEvent Js.t typval play : mediaEvent Js.t typval playing : mediaEvent Js.t typval pointerenter : pointerEvent Js.t typval pointercancel : pointerEvent Js.t typval pointerdown : pointerEvent Js.t typval pointerleave : pointerEvent Js.t typval pointermove : pointerEvent Js.t typval pointerout : pointerEvent Js.t typval pointerover : pointerEvent Js.t typval pointerup : pointerEvent Js.t typval ratechange : mediaEvent Js.t typval seeked : mediaEvent Js.t typval seeking : mediaEvent Js.t typval stalled : mediaEvent Js.t typval suspend : mediaEvent Js.t typval volumechange : mediaEvent Js.t typval waiting : mediaEvent Js.t typval make : string -> 'a typ