Module

Electron.Event

Package
purescript-electron
Repository
cjduncana/purescript-electron

#Event Source

data Event :: Type

#preventDefault Source

preventDefault :: forall e. Event -> Eff (electron :: ELECTRON | e) Unit

#stopPropagation Source

stopPropagation :: forall e. Event -> Eff (electron :: ELECTRON | e) Unit