ElectronWebFrameMainModule
Unofficial
The webFrameMain module accessor exposed on ElectronRemote, distinct from the ElectronWebFrameMain class it returns.
Import:
import type { ElectronWebFrameMainModule } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronWebFrameMainModuleMethods
| Method | Returns | Description | |
|---|---|---|---|
| fromId(processId, routingId) | ElectronWebFrameMain | undefined | Returns the frame with the given process and routing ids, or undefined if none is found. |
Links to this page: