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