Skip to content

ElectronExtension

Unofficial

A loaded Chrome extension.

Import:

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

Signature:

export interface ElectronExtension

Properties

PropertyTypeDescription
idstringThe extension id.
manifestunknownCopy of the extension's manifest data.
namestringThe extension name.
pathstringThe extension's file path.
urlstringThe extension's chrome-extension:// URL.
versionstringThe extension version.

Links to this page: