Skip to content

getWorkspaceLeafHistoryConstructor

Unofficial

Get the WorkspaceLeafHistory constructor.

Import:

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

Signature:

function getWorkspaceLeafHistoryConstructor(app: App): ConstructorBase<[owner: WorkspaceLeaf], WorkspaceLeafHistory>

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: ConstructorBase<[owner: WorkspaceLeaf], WorkspaceLeafHistory> — The WorkspaceLeafHistory constructor.


Links to this page: