Skip to content

OpenDemoVaultCommandHandlerConstructorParams

Constructor parameters for OpenDemoVaultCommandHandler.

Import:

import type { OpenDemoVaultCommandHandlerConstructorParams } from 'obsidian-dev-utils/obsidian/command-handlers/open-demo-vault-command-handler';

Signature:

export interface OpenDemoVaultCommandHandlerConstructorParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
pluginIdstringThe id of the plugin whose demo vault the command opens.
pluginNoticeComponentPluginNoticeComponentThe notice component used to report problems while opening the demo vault.
pluginVersionstringThe currently installed version of the plugin whose demo vault the command opens.