Skip to content

getVersionMetadata

Looks up the metadata entry for a concrete Obsidian app version.

Import:

import { getVersionMetadata } from 'obsidian-integration-testing';

Signature:

function getVersionMetadata(version: string): ObsidianVersionMetadata | undefined

Parameters:

ParameterTypeDescription
versionstringA concrete x.y.z app version.

Returns: ObsidianVersionMetadata | undefined — The entry, or undefined when the version is absent from the table.