Skip to content

SettingGroupEx

An extended setting group that allows you to add extended settings to the setting group.

Import:

import { SettingGroupEx } from 'obsidian-dev-utils/obsidian/setting-group-ex';

Signature:

export class SettingGroupEx extends SettingGroup

Extends: SettingGroup

Constructor

new SettingGroupEx(containerEl: HTMLElement)

Creates a new setting group.

Methods

MethodReturnsDescription
addSettingEx(cb)thisAdds a extended setting to the setting group.