Skip to content

getViewRegistryConstructor

Unofficial

Get the ViewRegistry constructor.

Import:

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

Signature:

function getViewRegistryConstructor(app: App): ConstructorBase<[], ViewRegistry>

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: ConstructorBase<[], ViewRegistry> — The ViewRegistry constructor.


Links to this page: