Skip to content

InstalledPluginInfo

One plugin installed by bootstrapDemoVaultPlugins.

Import:

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

Signature:

export interface InstalledPluginInfo

Properties

PropertyTypeDescription
assetNamesreadonly string[]The asset file names actually written, e.g. ['main.js', 'manifest.json', 'styles.css'].
pluginIdstringThe plugin's id.
repostringThe GitHub repository the assets came from, as owner/name.
versionstring | undefinedThe release tag downloaded from, or undefined when the repository's latest release was used.

Links to this page: