PluginApiRefEventMap
The events a PluginApiRef fires.
Import:
import type { PluginApiRefEventMap } from 'obsidian-dev-utils/obsidian/plugin/plugin-api';Signature:
export interface PluginApiRefEventMapProperties
| Property | Type | Description |
|---|---|---|
| change | [] | Fired whenever PluginApiRef.value changes — including when it becomes null because the provider unloaded. |
Links to this page: