Skip to content

getWorkspaceLeafConstructor

Unofficial

Get the obsidian#WorkspaceLeaf constructor.

Import:

import { getWorkspaceLeafConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getWorkspaceLeafConstructor(): ConstructorBase<[app: App, id?: string | undefined], WorkspaceLeaf>

Returns: ConstructorBase<[app: App, id?: string | undefined], WorkspaceLeaf> — The obsidian#WorkspaceLeaf constructor.


Links to this page: