LinkSuggestion
Unofficial
Import:
import type { LinkSuggestion } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface LinkSuggestion extends FileSuggestionExtends: FileSuggestion
Properties
| Property | Type | Description | |
|---|---|---|---|
| alias? | string | Resolved link note alias. | |
| file | null | TFile | The file. (Inherited from FileSuggestion) | |
| path | string | The path. (Inherited from FileSuggestion) |
Links to this page: