Skip to content

getMarkdownRenderChildConstructor

Unofficial

Get the obsidian#MarkdownRenderChild constructor.

Import:

import { getMarkdownRenderChildConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getMarkdownRenderChildConstructor(): ConstructorBase<[containerEl: HTMLElement], MarkdownRenderChild>

Returns: ConstructorBase<[containerEl: HTMLElement], MarkdownRenderChild> — The obsidian#MarkdownRenderChild constructor.


Links to this page: