OutgoingLinkView
Unofficial
obsidian#View that displays outgoing links from the current file.
Import:
import type { OutgoingLinkView } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface OutgoingLinkView extends InfoFileViewExtends: InfoFileView
Methods
| Method | Returns | Description | |
|---|---|---|---|
| getViewType() | typeof ViewType.OutgoingLink | Get the current view type. | |
| onFileOpen(file) | void | Called when a file is opened. Loads the file and requests a content update. (Inherited from InfoFileView) | |
| update() | void | Refresh the outgoing links list. |
Links to this page: