OpenDemoVaultParams
Parameters for openDemoVault.
Import:
import type { OpenDemoVaultParams } from 'obsidian-dev-utils/obsidian/desktop-demo-vault-opener';Signature:
export interface OpenDemoVaultParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| pluginId | string | The plugin id, used to locate the GitHub repository, to name the archive asset, and to name the cached archive and the extracted vault folder. |
| pluginName | string | The plugin display name, used to label the notices and the version-choice dialog. |
| pluginNoticeComponent | PluginNoticeComponent | The notice component used to report progress and problems (plugin not in the registry, missing archive). |
| pluginVersion | string | The currently installed plugin version, offered as one of the version choices. |
Links to this page: