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:
| Parameter | Type | Description |
|---|---|---|
app | App | The app instance. |
Returns: ConstructorBase<[app: App], InternalPlugins> — The InternalPlugins constructor.
Links to this page: