Skip to content

ResolveElectronCompatibilityParams

Parameters for resolveElectronCompatibility.

Import:

import type { ResolveElectronCompatibilityParams } from 'obsidian-integration-testing';

Signature:

export interface ResolveElectronCompatibilityParams

Properties

PropertyTypeDescription
actualElectronVersionstring | undefinedThe Electron version the instance is actually running, or undefined when unreadable.
appVersionstringThe resolved Obsidian app (asar) version that is running.
metadataObsidianVersionMetadata | undefinedThe metadata.json entry for appVersion, or undefined when absent.

Links to this page: