ElectronRemote.getGlobal method
ElectronRemote › getGlobal
Unofficial
Returns the global variable of the given name from the main process.Signature:
getGlobal(name: string): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The global variable name. |
Returns: unknown — The requested global value.