Skip to content

getSettingConstructor

Unofficial

Get the obsidian#Setting constructor.

Import:

import { getSettingConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getSettingConstructor(): ConstructorBase<[containerEl: HTMLElement], Setting>

Returns: ConstructorBase<[containerEl: HTMLElement], Setting> — The obsidian#Setting constructor.


Links to this page: