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 ConfigureCommunityPluginParamsSignature:
type ConfigureCommunityPluginParams = CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginSettingsType: CommunityPluginOperationContext & CommunityPluginRef & CommunityPluginSettings
Links to this page: