ResolveAsarFallbackParams
Parameters for resolveAsarFallback.
Import:
import type { ResolveAsarFallbackParams } from 'obsidian-integration-testing';Signature:
export interface ResolveAsarFallbackParamsProperties
| Property | Type | Description |
|---|---|---|
| requestedVersion | string | undefined | The 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). |
| runningApiVersion | string | undefined | The 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: