Method
init
(mainWindow: Electron.BrowserWindow, pluginManager: PluginManager)
Source from the content-addressed store, hash-verified
| 11 | private mainWindow: Electron.BrowserWindow | null = null |
| 12 | |
| 13 | public init(mainWindow: Electron.BrowserWindow, pluginManager: PluginManager): void { |
| 14 | this.pluginManager = pluginManager |
| 15 | this.mainWindow = mainWindow |
| 16 | this.setupIPC() |
| 17 | } |
| 18 | |
| 19 | public setLaunchParam(param: any): void { |
| 20 | this.launchParam = param |
Callers
nothing calls this directly
Tested by
no test coverage detected