Skip to content

InstallCommunityPluginParams

Parameters for installCommunityPlugin. Selects the plugin by either pluginId or pluginName.

Import:

import type { InstallCommunityPluginParams } from 'obsidian-dev-utils/obsidian/community-plugins';

Signature:

export type InstallCommunityPluginParams

Signature:

type InstallCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef

Type: CommunityPluginOperationContext & CommunityPluginRef


Links to this page: