Skip to content

InstallerCompatibilityTier

The compatibility tier of a resolved (app, installer) version pair.

  • 'ok' — the installer is at or above the recommended floor (or no recommended floor is known); runs with full compatibility. - 'nagged' — at/above the run floor but below the recommended floor; runs but Obsidian would show its “installer too old” recommendation. - 'unrunnable' — below the run floor; the app cannot boot on this installer. - 'unknown' — cannot be determined (installer version unknown, or the app version is absent from the table).

Import:

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

Signature:

export type InstallerCompatibilityTier

Signature:

type InstallerCompatibilityTier = 'nagged' | 'ok' | 'unknown' | 'unrunnable'

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


Links to this page: