OpenDemoVaultCommandHandlerConstructorParams
Constructor parameters for OpenDemoVaultCommandHandler.
Import:
import type { OpenDemoVaultCommandHandlerConstructorParams } from 'obsidian-dev-utils/obsidian/command-handlers/open-demo-vault-command-handler';Signature:
export interface OpenDemoVaultCommandHandlerConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| pluginId | string | The id of the plugin whose demo vault the command opens. |
| pluginNoticeComponent | PluginNoticeComponent | The notice component used to report problems while opening the demo vault. |
| pluginVersion | string | The currently installed version of the plugin whose demo vault the command opens. |