Skip to content

BacklinkView

Unofficial

obsidian#View that displays backlinks to the current file.

Import:

import type { BacklinkView } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface BacklinkView extends InfoFileView

Extends: InfoFileView

Properties

Property Type Description
backlink BacklinkComponent The backlink component rendering linked and unlinked mentions.

Methods

Method Returns Description
getViewType() typeof ViewType.Backlink Get the current view type.
onFileOpen(file) void Called when a file is opened. Loads the file and requests a content update.
(Inherited from InfoFileView)
showSearch() void Shows the search.
update() void Refresh the backlink results.

Links to this page: