Start parameters for the Electron application type.

Hierarchy

  • ElectronApplicationStartParameters

Properties

inspectBreakScript: boolean

True when debugging is allowed and the script will pause until the user proceeds.

inspectScript: boolean

True when debugging by chrome://inspect is allowed

startScript: string

Startup javascript file.

workingDirectory: string

The working directory for this script.

Generated using TypeDoc