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