Skip to content

getBacklinkViewConstructor

Unofficial

Get the BacklinkView constructor.

Import:

import { getBacklinkViewConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getBacklinkViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], BacklinkView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf], BacklinkView> — The BacklinkView constructor.