PluginLifecycleEventName
The name of either lifecycle event.
Import:
import type { PluginLifecycleEventName } from 'obsidian-dev-utils/obsidian/plugin/plugin-lifecycle-events';Signature:
export type PluginLifecycleEventNameSignature:
type PluginLifecycleEventName = typeof PLUGIN_LOADED_EVENT_NAME | typeof PLUGIN_UNLOADED_EVENT_NAMEType: typeof PLUGIN_LOADED_EVENT_NAME | typeof PLUGIN_UNLOADED_EVENT_NAME
Links to this page: