package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dom_html.EventSource

Event types: mousedown, keypress, ...

Sourcetype 'a typ = 'a Dom.Event.typ
Sourceval dblclick : mouseEvent Js.t typ
Sourceval mousedown : mouseEvent Js.t typ
Sourceval mouseup : mouseEvent Js.t typ
Sourceval mouseover : mouseEvent Js.t typ
Sourceval mousemove : mouseEvent Js.t typ
Sourceval mouseout : mouseEvent Js.t typ
Sourceval mousewheel : mousewheelEvent Js.t typ
Sourceval _DOMMouseScroll : mouseScrollEvent Js.t typ
Sourceval touchstart : touchEvent Js.t typ
Sourceval touchmove : touchEvent Js.t typ
Sourceval touchend : touchEvent Js.t typ
Sourceval touchcancel : touchEvent Js.t typ
Sourceval dragstart : dragEvent Js.t typ
Sourceval dragend : dragEvent Js.t typ
Sourceval dragenter : dragEvent Js.t typ
Sourceval dragover : dragEvent Js.t typ
Sourceval dragleave : dragEvent Js.t typ
Sourceval hashchange : hashChangeEvent Js.t typ
Sourceval change : event Js.t typ
Sourceval input : event Js.t typ
Sourceval timeupdate : event Js.t typ
Sourceval scroll : event Js.t typ
Sourceval load : event Js.t typ
Sourceval unload : event Js.t typ
Sourceval beforeunload : event Js.t typ
Sourceval resize : event Js.t typ
Sourceval orientationchange : event Js.t typ
Sourceval error : event Js.t typ
Sourceval abort : event Js.t typ
Sourceval select : event Js.t typ
Sourceval online : event Js.t typ
Sourceval offline : event Js.t typ
Sourceval checking : event Js.t typ
Sourceval noupdate : event Js.t typ
Sourceval downloading : event Js.t typ
Sourceval progress : event Js.t typ
Sourceval updateready : event Js.t typ
Sourceval cached : event Js.t typ
Sourceval obsolete : event Js.t typ
Sourceval domContentLoaded : event Js.t typ
Sourceval animationstart : animationEvent Js.t typ
Sourceval animationend : animationEvent Js.t typ
Sourceval animationiteration : animationEvent Js.t typ
Sourceval animationcancel : animationEvent Js.t typ
Sourceval transitionrun : transitionEvent Js.t typ
Sourceval transitionstart : transitionEvent Js.t typ
Sourceval transitionend : transitionEvent Js.t typ
Sourceval transitioncancel : transitionEvent Js.t typ
Sourceval canplay : mediaEvent Js.t typ
Sourceval canplaythrough : mediaEvent Js.t typ
Sourceval durationchange : mediaEvent Js.t typ
Sourceval emptied : mediaEvent Js.t typ
Sourceval gotpointercapture : pointerEvent Js.t typ
Sourceval loadeddata : mediaEvent Js.t typ
Sourceval loadedmetadata : mediaEvent Js.t typ
Sourceval loadstart : mediaEvent Js.t typ
Sourceval lostpointercapture : pointerEvent Js.t typ
Sourceval playing : mediaEvent Js.t typ
Sourceval pointerenter : pointerEvent Js.t typ
Sourceval pointercancel : pointerEvent Js.t typ
Sourceval pointerdown : pointerEvent Js.t typ
Sourceval pointerleave : pointerEvent Js.t typ
Sourceval pointermove : pointerEvent Js.t typ
Sourceval pointerout : pointerEvent Js.t typ
Sourceval pointerover : pointerEvent Js.t typ
Sourceval pointerup : pointerEvent Js.t typ
Sourceval ratechange : mediaEvent Js.t typ
Sourceval seeking : mediaEvent Js.t typ
Sourceval stalled : mediaEvent Js.t typ
Sourceval suspend : mediaEvent Js.t typ
Sourceval volumechange : mediaEvent Js.t typ
Sourceval waiting : mediaEvent Js.t typ
Sourceval make : string -> 'a typ
OCaml

Innovation. Community. Security.