Skip to content

ResolveAsarFallbackParams

Parameters for resolveAsarFallback.

Import:

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

Signature:

export interface ResolveAsarFallbackParams

Properties

PropertyTypeDescription
requestedVersionstring | undefinedThe pinned Obsidian app (asar) version the owned instance was asked to run, or undefined when no asar was swapped (so there is nothing to verify).
runningApiVersionstring | undefinedThe Obsidian app (asar) version the instance is actually running, read live post-boot, or undefined when it could not be read.

Links to this page: