Skip to content

Commit

Permalink
feat: add recomputeBacklink
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Dec 8, 2024
1 parent c4195fd commit 79014dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/obsidian/internals/Views/BacklinkView.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
import type { TFile } from 'obsidian';
import type { InfoFileView } from './InfoFileView.js';

/** @todo Documentation incomplete */
/** @public */
export interface BacklinkView extends InfoFileView {
backlink: {
recomputeBacklink: (backlinkFile: TFile) => void;
};

/**
* Get the current view type
*/
Expand Down

0 comments on commit 79014dc

Please sign in to comment.