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