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

Function getTextValue

src/modals/taskModalUserFieldControls.ts:302–304  ·  view source on GitHub ↗
(text: TextComponent)

Source from the content-addressed store, hash-verified

300}
301
302function getTextValue(text: TextComponent): string {
303 return typeof text.getValue === "function" ? text.getValue() : text.inputEl.value;
304}

Callers 1

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected