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

Method getValue

src/bases/components/SearchBox.ts:174–176  ·  view source on GitHub ↗

* Get current input value

()

Source from the content-addressed store, hash-verified

172 * Get current input value
173 */
174 getValue(): string {
175 return this.inputEl?.value || '';
176 }
177
178 /**
179 * Set input value programmatically

Callers 15

getTextValueFunction · 0.45
configureToggleSettingFunction · 0.45
configureTextSettingFunction · 0.45
configureDropdownSettingFunction · 0.45
configureNumberSettingFunction · 0.45
renderAppearanceTabFunction · 0.45
setupSearchFunction · 0.45
indexNotesByDateMethod · 0.45
createNotePreviewTextMethod · 0.45
getPropertyValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected