ElectronExtension
Unofficial
A loaded Chrome extension.
Import:
import type { ElectronExtension } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronExtensionProperties
| Property | Type | Description | |
|---|---|---|---|
| id | string | The extension id. | |
| manifest | unknown | Copy of the extension's manifest data. | |
| name | string | The extension name. | |
| path | string | The extension's file path. | |
| url | string | The extension's chrome-extension:// URL. | |
| version | string | The extension version. |
Links to this page: