Skip to content

getAppSettingConstructor

Unofficial

Get the AppSetting constructor.

Import:

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

Signature:

function getAppSettingConstructor(app: App): ConstructorBase<[app: App], AppSetting>

Parameters:

ParameterTypeDescription
appAppThe app instance.

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


Links to this page: