GetInstalledPluginVersionParams
Parameters for getInstalledPluginVersion.
Import:
import type { GetInstalledPluginVersionParams } from 'obsidian-dev-utils/obsidian/plugin/plugin-install-state';Signature:
export interface GetInstalledPluginVersionParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| pluginId | string | The manifest.id of the plugin to look for. |
Links to this page: