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

PropertyTypeDescription
ctxunknownContext (this value) for the event handler callback.
eEventsEvents object this handler is registered on.
namestringEvent name this handler listens for.

Methods

MethodReturnsDescription
fn(data?)unknownEvent handler callback function.

Links to this page: