getMarkdownRenderChildConstructor
Unofficial
Get the obsidian#MarkdownRenderChild constructor.
Import:
import { getMarkdownRenderChildConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getMarkdownRenderChildConstructor(): ConstructorBase<[containerEl: HTMLElement], MarkdownRenderChild>Returns: ConstructorBase<[containerEl: HTMLElement], MarkdownRenderChild> — The obsidian#MarkdownRenderChild constructor.
Links to this page: