Module

Reactix.SyntheticEvent

Package
purescript-reactix
Repository
garganscript/purescript-reactix

https://reactjs.org/docs/events.html

#SyntheticEvent Source

#unsafeEventValue Source

unsafeEventValue :: forall event. event -> String

#unsafeEventTarget Source

unsafeEventTarget :: forall event. event -> Element

#bubbles Source

bubbles :: forall e. IsEvent e => SyntheticEvent e -> Boolean

#cancelable Source

cancelable :: forall e. IsEvent e => SyntheticEvent e -> Boolean

#isTrusted Source

isTrusted :: forall e. IsEvent e => SyntheticEvent e -> Boolean

#defaultPrevented Source

#eventPhase Source

eventPhase :: forall e. IsEvent e => SyntheticEvent e -> Number

#timestamp Source

timestamp :: forall e. IsEvent e => SyntheticEvent e -> Number

#type' Source

type' :: forall e. IsEvent e => SyntheticEvent e -> String

#target Source

target :: forall e. IsEvent e => SyntheticEvent e -> Element

#currentTarget Source

#nativeEvent Source

nativeEvent :: forall e. IsEvent e => SyntheticEvent e -> e

#stopPropagation Source

#preventDefault Source

#isPropagationStopped Source

#isDefaultPrevented Source

#altKey Source

#ctrlKey Source

#shiftKey Source

#metaKey Source

#getModifierState Source

#buttons Source

buttons :: forall e. IsMouseEvent e => SyntheticEvent e -> Number

#relatedTarget Source

#clientX Source

clientX :: forall e. IsMouseEvent e => SyntheticEvent e -> Number

#clientY Source

clientY :: forall e. IsMouseEvent e => SyntheticEvent e -> Number

#pageX Source

pageX :: forall e. IsMouseEvent e => SyntheticEvent e -> Number

#pageY Source

pageY :: forall e. IsMouseEvent e => SyntheticEvent e -> Number

#screenX Source

screenX :: forall e. IsMouseEvent e => SyntheticEvent e -> Number

#screenY Source

screenY :: forall e. IsMouseEvent e => SyntheticEvent e -> Number