Module

React.Basic.Native.Events

Package
purescript-react-basic-native
Repository
dwhitney/purescript-react-basic-native

#NativeSyntheticEvent Source

#handler Source

handler :: forall a e. EventFn (NativeSyntheticEvent e) a -> (a -> Effect Unit) -> EventHandler e

#capture Source

capture :: forall a e. EventFn (NativeSyntheticEvent e) a -> (a -> Effect Unit) -> EventHandler e

#capture_ Source

capture_ :: forall e. Effect Unit -> EventHandler e

#nativeEvent Source

#isPropagationStopped Source