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

PropertyTypeDescription
backlinkBacklinkComponentThe backlink component rendering linked and unlinked mentions.

Methods

MethodReturnsDescription
getViewType()typeof ViewType.BacklinkGet the current view type.
onFileOpen(file)voidCalled when a file is opened. Loads the file and requests a content update.
(Inherited from InfoFileView)
showSearch()voidShows the search.
update()voidRefresh the backlink results.

Links to this page: