Skip to content

PluginApiRefEventMap

The events a PluginApiRef fires.

Import:

import type { PluginApiRefEventMap } from 'obsidian-dev-utils/obsidian/plugin/plugin-api';

Signature:

export interface PluginApiRefEventMap

Properties

PropertyTypeDescription
change[]Fired whenever PluginApiRef.value changes — including when it becomes null because the provider unloaded.

Links to this page: