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:
| Parameter | Type | Description |
|---|---|---|
app | App | The app. |
Returns: ConstructorBase<[leaf: WorkspaceLeaf, propertiesPluginInstance: PropertiesPluginInstance], FilePropertiesView> — The FilePropertiesView constructor.