getBasesViewConstructor
Unofficial
Get the BasesView constructor.
Import:
import { getBasesViewConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getBasesViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf, basesPluginInstance: BasesPluginInstance], BasesView>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app. |
Returns: ConstructorBase<[leaf: WorkspaceLeaf, basesPluginInstance: BasesPluginInstance], BasesView> — The BasesView constructor.