MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / createNumberSetting

Function createNumberSetting

src/settings/components/settingHelpers.ts:318–323  ·  view source on GitHub ↗
(
	container: HTMLElement,
	options: NumberSettingOptions
)

Source from the content-addressed store, hash-verified

316 * Helper for creating standard number input settings
317 */
318export function createNumberSetting(
319 container: HTMLElement,
320 options: NumberSettingOptions
321): Setting {
322 return configureNumberSetting(new Setting(container), options);
323}
324
325/**
326 * Helper for configuring a button setting (works with SettingGroup.addSetting)

Callers

nothing calls this directly

Calls 1

configureNumberSettingFunction · 0.85

Tested by

no test coverage detected