Skip to content

getBasesEntryConstructor

Unofficial

Get the obsidian#BasesEntry constructor.

Import:

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

Signature:

function getBasesEntryConstructor(): ConstructorBase<[ctx: unknown, file: TFile], BasesEntry>

Returns: ConstructorBase<[ctx: unknown, file: TFile], BasesEntry> — The obsidian#BasesEntry constructor.


Links to this page: