Skip to content

EventsEntry

Unofficial

An entry representing a registered event handler.

Import:

import type { EventsEntry } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface EventsEntry

Properties

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: