Skip to content

GetInstalledPluginVersionParams

Parameters for getInstalledPluginVersion.

Import:

import type { GetInstalledPluginVersionParams } from 'obsidian-dev-utils/obsidian/plugin/plugin-install-state';

Signature:

export interface GetInstalledPluginVersionParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
pluginIdstringThe manifest.id of the plugin to look for.

Links to this page: