Skip to content

PluginLifecycleEventName

The name of either lifecycle event.

Import:

import type { PluginLifecycleEventName } from 'obsidian-dev-utils/obsidian/plugin/plugin-lifecycle-events';

Signature:

export type PluginLifecycleEventName

Signature:

type PluginLifecycleEventName = typeof PLUGIN_LOADED_EVENT_NAME | typeof PLUGIN_UNLOADED_EVENT_NAME

Type: typeof PLUGIN_LOADED_EVENT_NAME | typeof PLUGIN_UNLOADED_EVENT_NAME


Links to this page: