⚠️ Oops! This page doesn't appear to define a type called _.
Edit

ReactEventRe

This module does not have a toplevel documentation block.

type synthetic('a)

module Synthetic

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = synthetic('a) => bool

let cancelable = synthetic('a) => bool

let currentTarget = synthetic('a) => Dom.element

let defaultPrevented = synthetic('a) => bool

let eventPhase = synthetic('a) => int

let isTrusted = synthetic('a) => bool

let nativeEvent = synthetic('a) => Js.t(< .. >)

let preventDefault = synthetic('a) => unit

let isDefaultPrevented = synthetic('a) => bool

let stopPropagation = synthetic('a) => unit

let isPropagationStopped = synthetic('a) => bool

let target = synthetic('a) => Dom.element

let timeStamp = synthetic('a) => float

let _type = synthetic('a) => string

let persist = synthetic('a) => unit

module Clipboard

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let clipboardData = t => Js.t(< .. >)

module Composition

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let data = t => string

module Keyboard

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let altKey = t => bool

let charCode = t => int

let ctrlKey = t => bool

let getModifierState = (string, t) => bool

let key = t => string

let keyCode = t => int

let locale = t => string

let location = t => int

let metaKey = t => bool

let repeat = t => bool

let shiftKey = t => bool

let which = t => int

module Focus

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let relatedTarget = t => Dom.element

module Form

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

module Mouse

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let altKey = t => bool

let button = t => int

let buttons = t => int

let clientX = t => int

let clientY = t => int

let ctrlKey = t => bool

let getModifierState = (string, t) => bool

let metaKey = t => bool

let pageX = t => int

let pageY = t => int

let relatedTarget = t => Dom.element

let screenX = t => int

let screenY = t => int

let shiftKey = t => bool

module Selection

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

module Touch

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let altKey = t => bool

let changedTouches = t => Js.t(< .. >)

let ctrlKey = t => bool

let getModifierState = (string, t) => bool

let metaKey = t => bool

let shiftKey = t => bool

let targetTouches = t => Js.t(< .. >)

let touches = t => Js.t(< .. >)

module UI

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let detail = t => int

let view = t => Dom.window

module Wheel

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let deltaMode = t => int

let deltaX = t => float

let deltaY = t => float

let deltaZ = t => float

module Media

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

module Image

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

module Animation

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let animationName = t => string

let pseudoElement = t => string

let elapsedTime = t => float

module Transition

This module does not have a toplevel documentation block.

type tag

type t = synthetic(tag)

let bubbles = t => bool

let cancelable = t => bool

let currentTarget = t => Dom.element

let defaultPrevented = t => bool

let eventPhase = t => int

let isTrusted = t => bool

let nativeEvent = t => Js.t(< .. >)

let preventDefault = t => unit

let isDefaultPrevented = t => bool

let stopPropagation = t => unit

let isPropagationStopped = t => bool

let target = t => Dom.element

let timeStamp = t => float

let _type = t => string

let persist = t => unit

let propertyName = t => string

let pseudoElement = t => string

let elapsedTime = t => float