Skip to content

getEditableFileViewConstructor

Unofficial

Get the obsidian#EditableFileView constructor.

Import:

import { getEditableFileViewConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getEditableFileViewConstructor(): ConstructorBase<[leaf: WorkspaceLeaf], EditableFileView>

Returns: ConstructorBase<[leaf: WorkspaceLeaf], EditableFileView> — The obsidian#EditableFileView constructor.