Skip to content

UninstallCommunityPluginParams

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

Import:

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

Signature:

export type UninstallCommunityPluginParams

Signature:

type UninstallCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef

Type: CommunityPluginOperationContext & CommunityPluginRef


Links to this page: