Skip to content

GetInstalledPluginStateParams

Parameters for getInstalledPluginState.

Import:

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

Signature:

export interface GetInstalledPluginStateParams

Properties

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

Links to this page: