package js_of_ocaml

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

Event types: mousedown, keypress, ...

type 'a typ = 'a Js_of_ocaml.Dom.Event.typ
val _DOMMouseScroll : mouseScrollEvent Js_of_ocaml.Js.t typ
val touchcancel : touchEvent Js_of_ocaml.Js.t typ
val timeupdate : event Js_of_ocaml.Js.t typ
val beforeunload : event Js_of_ocaml.Js.t typ
val orientationchange : event Js_of_ocaml.Js.t typ
val offline : event Js_of_ocaml.Js.t typ
val checking : event Js_of_ocaml.Js.t typ
val noupdate : event Js_of_ocaml.Js.t typ
val downloading : event Js_of_ocaml.Js.t typ
val progress : event Js_of_ocaml.Js.t typ
val updateready : event Js_of_ocaml.Js.t typ
val obsolete : event Js_of_ocaml.Js.t typ
val domContentLoaded : event Js_of_ocaml.Js.t typ
val animationstart : animationEvent Js_of_ocaml.Js.t typ
val animationiteration : animationEvent Js_of_ocaml.Js.t typ
val animationcancel : animationEvent Js_of_ocaml.Js.t typ
val canplaythrough : mediaEvent Js_of_ocaml.Js.t typ
val durationchange : mediaEvent Js_of_ocaml.Js.t typ
val loadedmetadata : mediaEvent Js_of_ocaml.Js.t typ
val volumechange : mediaEvent Js_of_ocaml.Js.t typ
val make : string -> 'a typ
OCaml

Innovation. Community. Security.