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:
| Parameter | Type | Description |
|---|---|---|
dv | DataviewInlineApi | The DataviewInlineApi instance. |
pathOrFiles | PathOrAbstractFile[] | undefined | An optional array of PathOrAbstractFile. |
Returns: Promise<void> — A Promise that resolves when the backlinks table has been rendered.