Skip to content

ElectronMessageChannelMain

Unofficial

A main-process channel that owns a pair of connected ElectronMessagePortMain ports.

Import:

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

Signature:

export class ElectronMessageChannelMain

Properties

PropertyTypeDescription
port1ElectronMessagePortMainOne of the two connected MessagePortMain ports of this channel.
port2ElectronMessagePortMainThe other of the two connected MessagePortMain ports of this channel.

Links to this page: