Skip to content

EnableCommunityPluginParams

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

Import:

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

Signature:

export type EnableCommunityPluginParams

Signature:

type EnableCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef

Type: CommunityPluginOperationContext & CommunityPluginRef


Links to this page: