ElectronCompatibility
The runtime Electron compatibility verdict for a booted owned instance, carried as data on the transport / connection result so consumers can assert on it.
Import:
import type { ElectronCompatibility } from 'obsidian-integration-testing';Signature:
export interface ElectronCompatibilityProperties
| Property | Type | Description |
|---|---|---|
| actualElectronVersion | null | string | The Electron version the instance is actually running, or null when unreadable. |
| appVersion | string | The resolved Obsidian app (asar) version that is running. |
| message? | string | A human-readable explanation, present for the 'nagged' tier. |
| minRecommendedElectronVersion? | string | The app's recommended-minimum Electron version, when the table carries one. |
| tier | ElectronCompatibilityTier | The resolved compatibility tier. |
Links to this page: