RenderInternalLinkParams
Parameters for renderInternalLink.
Import:
import type { RenderInternalLinkParams } from 'obsidian-dev-utils/obsidian/markdown';Signature:
export interface RenderInternalLinkParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| displayText? | string | The text to display for the internal link. |
| pathOrAbstractFile | PathOrAbstractFile | The path or abstract file to render the internal link for. |
Links to this page: