package js_of_ocaml

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

Javascript events

module Typ : sig ... end
type listener
val listen : ?capture:bool -> Dom_html.eventTarget as 'a Js.t -> Dom_html.event as 'b Js.t Typ.typ -> ('a Js.t -> 'b Js.t -> bool) -> listener
val stop_listen : listener -> unit