Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ElectronMainExecutionParams

Fields related to a launch event.

This kind of event is triggered in two different contexts:

  1. The app is launched for the first time, secondInstance is false.
  2. The app is already running but user relaunches it, secondInstance is true.

Hierarchy

  • ElectronMainExecutionParams

Index

Properties

argv: string[]
cwd: string
secondInstance: boolean