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 InstallCommunityPluginParamsSignature:
type InstallCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRefType: CommunityPluginOperationContext & CommunityPluginRef
Links to this page: