Skip to content

getInternalPluginConstructor<Instance>

Unofficial

Get the InternalPlugin constructor.

Import:

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

Signature:

function getInternalPluginConstructor(app: App): ConstructorBase<[app: App, instance: Instance, internalPlugins: InternalPlugins], InternalPlugin<Instance>>

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: ConstructorBase<[app: App, instance: Instance, internalPlugins: InternalPlugins], InternalPlugin<Instance>> — The InternalPlugin constructor.


Links to this page: