Skip to content

ElectronSharedWorkerInfo

Unofficial

Information about a shared worker.

Import:

import type { ElectronSharedWorkerInfo } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronSharedWorkerInfo

Properties

Property Type Description
id string The unique id of the shared worker.
url string The url of the shared worker.

Links to this page: