RenderExternalLinkParams
Parameters for renderExternalLink.
Import:
import type { RenderExternalLinkParams } from 'obsidian-dev-utils/obsidian/markdown';Signature:
export interface RenderExternalLinkParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| displayText? | string | The text to display for the external link. |
| url | string | The URL to render the external link for. |
Links to this page: