Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocalElectronPluginConfig

Index

Properties

electronArch?: string

The arch your local build of Electron is for. You only need to set this if you have a local build for an arch that isn't your system's arch.

Default: process.arch

electronPath: string

An absolute path to the folder containing your built version of Electron.

Normally this looks like /path/to/electron/out/D

electronPlatform?: string

The platform your local build of Electron is for. You only need to set this if you have a local build for a platform that isn't your system's platform.

Default: process.platform

enabled?: boolean

Whether or not the plugin is enabled.

Can be handy to set this to an environment variable for quick personal toggling of this plugin.

Default: true