BootstrapDemoVaultPluginsResult
The outcome of a bootstrapDemoVaultPlugins run.
Import:
import type { BootstrapDemoVaultPluginsResult } from 'obsidian-integration-testing';Signature:
export interface BootstrapDemoVaultPluginsResultProperties
| Property | Type | Description |
|---|---|---|
| installed | readonly InstalledPluginInfo[] | The plugins that were downloaded and written, in the order they were installed. |
| skippedPluginIds | readonly string[] | The ids of plugins left untouched — already installed, or opted out via an explicit sourceDirectory. |
Links to this page: