InstalledPluginInfo
One plugin installed by bootstrapDemoVaultPlugins.
Import:
import type { InstalledPluginInfo } from 'obsidian-integration-testing';Signature:
export interface InstalledPluginInfoProperties
| Property | Type | Description |
|---|---|---|
| assetNames | readonly string[] | The asset file names actually written, e.g. ['main.js', 'manifest.json', 'styles.css']. |
| pluginId | string | The plugin's id. |
| repo | string | The GitHub repository the assets came from, as owner/name. |
| version | string | undefined | The release tag downloaded from, or undefined when the repository's latest release was used. |
Links to this page: