Skip to content

CommunityPluginRef

Selects a community plugin either by its id (CommunityPluginByIdRef) or by its display name (CommunityPluginByNameRef).

Import:

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

Signature:

export type CommunityPluginRef

Signature:

type CommunityPluginRef = CommunityPluginByIdRef | CommunityPluginByNameRef

Type: CommunityPluginByIdRef | CommunityPluginByNameRef


Links to this page: