object
method _type : Js.js_string Js.t Js.readonly_prop
method altKey : bool Js.t Js.readonly_prop
method changedTouches : Dom_html.touchList Js.t Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method currentTarget : element Js.t Js.optdef Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method relatedTarget :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method srcElement : element Js.t Js.optdef Js.readonly_prop
method target : element Js.t Js.optdef Js.readonly_prop
method targetTouches : Dom_html.touchList Js.t Js.readonly_prop
method touches : Dom_html.touchList Js.t Js.readonly_prop
end