getBacklinkViewConstructor
Unofficial
Get the BacklinkView constructor.
Import:
import { getBacklinkViewConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getBacklinkViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], BacklinkView>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app. |
Returns: ConstructorBase<[leaf: WorkspaceLeaf], BacklinkView> — The BacklinkView constructor.