Skip to content

IncompatibleInstallerVersionErrorConstructorParams

Parameters for the IncompatibleInstallerVersionError constructor.

Import:

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

Signature:

export interface IncompatibleInstallerVersionErrorConstructorParams

Properties

PropertyTypeDescription
appVersionstringThe resolved Obsidian app (asar) version that was requested.
installerVersionstringThe resolved installer/Electron shell version that is too old to run it.
minRunnableInstallerVersionstringThe oldest installer version that can boot appVersion.