Skip to content

getOutgoingLinkViewConstructor

Unofficial

Get the OutgoingLinkView constructor.

Import:

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

Signature:

function getOutgoingLinkViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], OutgoingLinkView>

Parameters:

ParameterTypeDescription
appAppThe app.

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