Skip to content

ToggleInstallCommunityPluginParams

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

Import:

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

Signature:

export type ToggleInstallCommunityPluginParams

Signature:

type ToggleInstallCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginToggleInstallState

Type: CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginToggleInstallState


Links to this page: