Skip to content

BootstrapDemoVaultPluginsResult

The outcome of a bootstrapDemoVaultPlugins run.

Import:

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

Signature:

export interface BootstrapDemoVaultPluginsResult

Properties

PropertyTypeDescription
installedreadonly InstalledPluginInfo[]The plugins that were downloaded and written, in the order they were installed.
skippedPluginIdsreadonly string[]The ids of plugins left untouched — already installed, or opted out via an explicit sourceDirectory.

Links to this page: