Skip to content

getMarkdownViewConstructor

Unofficial

Get the obsidian#MarkdownView constructor.

Import:

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

Signature:

function getMarkdownViewConstructor(): ConstructorBase<[leaf: WorkspaceLeaf], MarkdownView>

Returns: ConstructorBase<[leaf: WorkspaceLeaf], MarkdownView> — The obsidian#MarkdownView constructor.


Links to this page: