Skip to content

FullRenderParams

The params for the full render.

Import:

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

Signature:

export interface FullRenderParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
component?ComponentThe Component instance to use for the render.
elHTMLElementThe HTMLElement to render to.
markdownstringThe Markdown string to render.
shouldRegisterLinkHandlers?booleanWhether to register link handlers for the rendered element.
sourcePath?stringThe source path to resolve relative links.

Links to this page: