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