Skip to content

getEventsConstructor

Unofficial

Get the obsidian#Events constructor.

Import:

import { getEventsConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getEventsConstructor(): ConstructorBase<[], Events>

Returns: ConstructorBase<[], Events> — The obsidian#Events constructor.