ConfigureCommunityPluginResult
The result of configureCommunityPlugin.
Import:
import type { ConfigureCommunityPluginResult } from 'obsidian-dev-utils/obsidian/community-plugins';Signature:
export enum ConfigureCommunityPluginResultMembers:
| Member | Value | Description |
|---|---|---|
AppliedLive | 'appliedLive' | The settings were applied through the running plugin’s own settings component, which both updated them in memory and persisted them. The plugin is already using them, so it must NOT be reloaded. |
Skipped | 'skipped' | The settings were already present in the plugin’s data.json, so nothing was written. |
Success | 'success' | The settings were merged into the plugin’s data.json, which was written. |
Links to this page: