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