Skip to content

InstallConfigureEnableCommunityPluginParams

Parameters for installConfigureEnableCommunityPlugin. Selects the plugin by either pluginId or pluginName; settings is optional (omit for a plugin that needs no configuration).

Import:

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

Signature:

export type InstallConfigureEnableCommunityPluginParams

Signature:

type InstallConfigureEnableCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef & Partial<CommunityPluginSettings>

Type: CommunityPluginOperationContext & CommunityPluginRef & Partial<CommunityPluginSettings>


Links to this page: