PluginEventMap
Event map for plugin events.
Import:
import type { PluginEventMap } from 'obsidian-dev-utils/obsidian/plugin/plugin-event-source';Signature:
export interface PluginEventMapProperties
| Property | Type | Description |
|---|---|---|
| externalSettingsChange | [] | Fired when plugin settings are changed externally (e.g. sync, manual file edit). |
Links to this page: