PluginEventSource
Event source for plugin events.
Import:
import type { PluginEventSource } from 'obsidian-dev-utils/obsidian/plugin/plugin-event-source';Signature:
export type PluginEventSourceSignature:
type PluginEventSource = AsyncEventSource<PluginEventMap>Type: AsyncEventSource<PluginEventMap>
Links to this page: