package server-reason-react

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

Parameters

module T : sig ... end

Signature

val altKey : T.t -> bool
val button : T.t -> int
val buttons : T.t -> int
val clientX : T.t -> int
val clientY : T.t -> int
val ctrlKey : T.t -> bool
val metaKey : T.t -> bool
val movementX : T.t -> int
val movementY : T.t -> int
val offsetX : T.t -> int
val offsetY : T.t -> int
val pageX : T.t -> int
val pageY : T.t -> int
val region : T.t -> string option
val relatedTarget : T.t -> Dom.eventTarget option
val screenX : T.t -> int
val screenY : T.t -> int
val shiftKey : T.t -> bool
val x : T.t -> int
val y : T.t -> int
val getModifierState : Webapi__Dom__Types.modifierKey -> T.t -> bool
OCaml

Innovation. Community. Security.