Skip to content

getFilePropertiesViewConstructor

Unofficial

Get the FilePropertiesView constructor.

Import:

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

Signature:

function getFilePropertiesViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf, propertiesPluginInstance: PropertiesPluginInstance], FilePropertiesView>

Parameters:

ParameterTypeDescription
appAppThe app.

Returns: ConstructorBase<[leaf: WorkspaceLeaf, propertiesPluginInstance: PropertiesPluginInstance], FilePropertiesView> — The FilePropertiesView constructor.