Skip to content

ElectronCompatibilityTier

The runtime Electron compatibility tier for a booted owned instance.

  • 'ok' — the running Electron is at or above the app’s recommended minimum. - 'nagged' — the running Electron is below the recommended minimum; Obsidian runs but would show its “installer too old” recommendation. - 'unknown' — cannot be determined (the live version was unreadable, or the app version carries no recommended Electron version in the table).

Import:

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

Signature:

export type ElectronCompatibilityTier

Signature:

type ElectronCompatibilityTier = 'nagged' | 'ok' | 'unknown'

Type: ‘nagged’ | ‘ok’ | ‘unknown


Links to this page: