Module

Electron.App

Package
purescript-electron
Repository
cjduncana/purescript-electron

#getAppPath Source

getAppPath :: forall eff. Eff (electron :: ELECTRON | eff) String

#getPath Source

getPath :: forall eff. Path -> Eff (electron :: ELECTRON | eff) String

#Path Source

data Path

Constructors

#onReady Source

onReady :: forall eff. Eff (electron :: ELECTRON | eff) Unit -> Eff (electron :: ELECTRON | eff) Unit

Emitted when Electron has finished initialization.

Official Electron documentation

#onAllWindowsClosed Source

onAllWindowsClosed :: forall eff. Eff (electron :: ELECTRON | eff) Unit -> Eff (electron :: ELECTRON | eff) Unit

#quit Source

quit :: forall eff. Eff (electron :: ELECTRON | eff) Unit