Skip to content

getOutlineViewConstructor

Unofficial

Get the OutlineView constructor.

Import:

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

Signature:

function getOutlineViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf, outlinePluginInstance: OutlinePluginInstance], OutlineView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf, outlinePluginInstance: OutlinePluginInstance], OutlineView> — The OutlineView constructor.