ResolveElectronCompatibilityParams
Parameters for resolveElectronCompatibility.
Import:
import type { ResolveElectronCompatibilityParams } from 'obsidian-integration-testing';Signature:
export interface ResolveElectronCompatibilityParamsProperties
| Property | Type | Description |
|---|---|---|
| actualElectronVersion | string | undefined | The Electron version the instance is actually running, or undefined when unreadable. |
| appVersion | string | The resolved Obsidian app (asar) version that is running. |
| metadata | ObsidianVersionMetadata | undefined | The metadata.json entry for appVersion, or undefined when absent. |
Links to this page: