package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Typ : sig ... end
type listener
val listen : ?capture:bool -> Dom_html.eventTarget as 'c Js.t -> Dom_html.event as 'd Js.t Typ.typ -> ('c Js.t -> 'd Js.t -> bool) -> listener
val stop_listen : listener -> unit