Skip to content

getAllPropertiesViewConstructor

Unofficial

Get the AllPropertiesView constructor.

Import:

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

Signature:

function getAllPropertiesViewConstructor(app: App): ConstructorBase<[leaf: WorkspaceLeaf], AllPropertiesView>

Parameters:

ParameterTypeDescription
appAppThe app.

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