Class type Dom_html.mouseEvent


class type mouseEvent = object .. end
Inherits
method relatedTarget : element Js.t Js.opt Js.optdef Js.readonly_prop
method clientX : int Js.readonly_prop
method clientY : int Js.readonly_prop
method screenX : int Js.readonly_prop
method screenY : int Js.readonly_prop
method fromElement : element Js.t Js.opt Js.optdef Js.readonly_prop
method toElement : element Js.t Js.opt Js.optdef Js.readonly_prop
method pageX : int Js.optdef Js.readonly_prop
method pageY : int Js.optdef Js.readonly_prop