Skip to content

RenderInternalLinkParams

Parameters for renderInternalLink.

Import:

import type { RenderInternalLinkParams } from 'obsidian-dev-utils/obsidian/markdown';

Signature:

export interface RenderInternalLinkParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
displayText?stringThe text to display for the internal link.
pathOrAbstractFilePathOrAbstractFileThe path or abstract file to render the internal link for.

Links to this page: