Skip to content

ConfigureCommunityPluginParams

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

Import:

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

Signature:

export type ConfigureCommunityPluginParams

Signature:

type ConfigureCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginSettings

Type: CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginSettings


Links to this page: