Skip to content

PluginEventMap

Event map for plugin events.

Import:

import type { PluginEventMap } from 'obsidian-dev-utils/obsidian/plugin/plugin-event-source';

Signature:

export interface PluginEventMap

Properties

PropertyTypeDescription
externalSettingsChange[]Fired when plugin settings are changed externally (e.g. sync, manual file edit).

Links to this page: