ElectronModule
Unofficial
The Electron library module type, representing the window.electron object.
Import:
import type { ElectronModule } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronModuleProperties
| Property | Type | Description | |
|---|---|---|---|
| clipboard | ElectronClipboard | Electron clipboard instance for accessing the system clipboard. | |
| contextBridge | ElectronContextBridge | Electron contextBridge module for exposing APIs across isolated worlds. | |
| crashReporter | ElectronCrashReporter | Electron crashReporter module for submitting crash reports. | |
| ipcRenderer | ElectronIpcRenderer | Electron IPC renderer instance for the current renderer process. | |
| nativeImage | ElectronNativeImageModule | Electron nativeImage module for creating images from files, buffers, and data URLs. | |
| remote | ElectronRemote | Electron remote module instance for accessing main process modules. | |
| shell | ElectronShell | Electron shell instance for managing files and URLs. | |
| webFrame | ElectronWebFrame | Electron webFrame module for controlling the current renderer frame. |
Links to this page: