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

Function createTextSetting

src/settings/components/settingHelpers.ts:224–226  ·  view source on GitHub ↗
(container: HTMLElement, options: TextSettingOptions)

Source from the content-addressed store, hash-verified

222 * Helper for creating standard text input settings
223 */
224export function createTextSetting(container: HTMLElement, options: TextSettingOptions): Setting {
225 return configureTextSetting(new Setting(container), options);
226}
227
228/**
229 * Helper for configuring a dropdown setting (works with SettingGroup.addSetting)

Callers

nothing calls this directly

Calls 1

configureTextSettingFunction · 0.85

Tested by

no test coverage detected