Skip to content

renderBacklinksTable

Renders a backlinks table using the provided DataviewInlineApi and optional array of PathOrAbstractFile.

Import:

import { renderBacklinksTable } from 'obsidian-dev-utils/obsidian/backlink';

Signature:

function renderBacklinksTable(dv: DataviewInlineApi, pathOrFiles: PathOrAbstractFile[] | undefined): Promise<void>

Parameters:

ParameterTypeDescription
dvDataviewInlineApiThe DataviewInlineApi instance.
pathOrFilesPathOrAbstractFile[] | undefinedAn optional array of PathOrAbstractFile.

Returns: Promise<void> — A Promise that resolves when the backlinks table has been rendered.