MCPcopy
hub / github.com/callumalpass/tasknotes / addClass

Method addClass

src/settings/components/settingHelpers.ts:107–107  ·  view source on GitHub ↗
(cls: string)

Source from the content-addressed store, hash-verified

105interface SettingGroupLike {
106 setHeading(text: string | DocumentFragment): this;
107 addClass(cls: string): this;
108 addSetting(cb: (setting: Setting) => void): this;
109}
110

Callers 15

constructorMethod · 0.65
openEditModalMethod · 0.65
onOpenMethod · 0.65
constructorMethod · 0.65
onOpenMethod · 0.65
onOpenMethod · 0.65
onOpenMethod · 0.65
onOpenMethod · 0.65
onOpenFunction · 0.65
onOpenMethod · 0.65
constructorMethod · 0.65

Implementers 2

LegacySettingGroupsrc/settings/components/settingHelpers
SettingGrouptests/__mocks__/obsidian.ts

Calls

no outgoing calls

Tested by

no test coverage detected