Skip to content

getInternalPluginsConstructor

Unofficial

Get the InternalPlugins constructor.

Import:

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

Signature:

function getInternalPluginsConstructor(app: App): ConstructorBase<[app: App], InternalPlugins>

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: ConstructorBase<[app: App], InternalPlugins> — The InternalPlugins constructor.


Links to this page: