Skip to content

PluginEventSource

Event source for plugin events.

Import:

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

Signature:

export type PluginEventSource

Signature:

type PluginEventSource = AsyncEventSource<PluginEventMap>

Type: AsyncEventSource<PluginEventMap>


Links to this page: