EventsEntry
Unofficial
An entry representing a registered event handler.
Import:
import type { EventsEntry } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface EventsEntryProperties
| Property | Type | Description | |
|---|---|---|---|
| ctx | unknown | Context (this value) for the event handler callback. | |
| e | Events | Events object this handler is registered on. | |
| name | string | Event name this handler listens for. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| fn(data?) | unknown | Event handler callback function. |
Links to this page: