Skip to content

getTableViewConstructor

Unofficial

Get the TableView constructor.

Import:

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

Signature:

function getTableViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], TableView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf], TableView> — The TableView constructor.