obsidian/internals/internal-plugins/backlink
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| BacklinkComponent | Main UI component that renders backlinks and unlinked mentions for a file. |
| BacklinkPlugin | Internal plugin registration for the backlinks feature. |
| BacklinkPluginInstance | Plugin instance for backlinks, managing backlink view lifecycle and file event handling. |
| BacklinkPluginInstanceOptions | Configuration options for the backlink plugin instance. |
| BacklinkPluginViews | View creators registered by the backlink plugin. |
| BacklinkView | obsidian#View that displays backlinks to the current file. |
| HeaderDom | Renders navigation buttons and sort controls for a section header in the backlink view. |