Skip to content

ToggleEnableCommunityPluginParams

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

Import:

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

Signature:

export type ToggleEnableCommunityPluginParams

Signature:

type ToggleEnableCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginToggleEnableState

Type: CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginToggleEnableState


Links to this page: