CommunityPluginSearchResult
A single result of searchCommunityPlugins.
Import:
import type { CommunityPluginSearchResult } from 'obsidian-dev-utils/obsidian/community-plugins';Signature:
export interface CommunityPluginSearchResultProperties
| Property | Type | Description |
|---|---|---|
| id | string | The plugin id. |
| name | string | The plugin display name. |
Links to this page: