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