Skip to content

ElectronWebFrameMainModule

Unofficial

The webFrameMain module accessor exposed on ElectronRemote, distinct from the ElectronWebFrameMain class it returns.

Import:

import type { ElectronWebFrameMainModule } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronWebFrameMainModule

Methods

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: