getWorkspaceLeafHistoryConstructor
Unofficial
Get the WorkspaceLeafHistory constructor.
Import:
import { getWorkspaceLeafHistoryConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getWorkspaceLeafHistoryConstructor(app: App): ConstructorBase<[owner: WorkspaceLeaf], WorkspaceLeafHistory>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app instance. |
Returns: ConstructorBase<[owner: WorkspaceLeaf], WorkspaceLeafHistory> — The WorkspaceLeafHistory constructor.
Links to this page: