Skip to content

getBasesViewConstructor

Unofficial

Get the BasesView constructor.

Import:

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

Signature:

function getBasesViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf, basesPluginInstance: BasesPluginInstance], BasesView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf, basesPluginInstance: BasesPluginInstance], BasesView> — The BasesView constructor.