Skip to content

getFileExplorerViewConstructor

Unofficial

Get the FileExplorerView constructor.

Import:

import { getFileExplorerViewConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getFileExplorerViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], FileExplorerView>

Parameters:

ParameterTypeDescription
appAppThe app.

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