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:
| Parameter | Type | Description |
|---|---|---|
app | App | The app. |
Returns: ConstructorBase<[leaf: WorkspaceLeaf], TableView> — The TableView constructor.