Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getTextValue
Function · 0.45
configureToggleSetting
Function · 0.45
configureTextSetting
Function · 0.45
configureDropdownSetting
Function · 0.45
configureNumberSetting
Function · 0.45
renderAppearanceTab
Function · 0.45
persistSourceNoteAfterReplacement
Method · 0.45
setupSearch
Function · 0.45
indexNotesByDate
Method · 0.45
createNotePreviewText
Method · 0.45
enrichCalendarListTaskInfo
Function · 0.45
getPropertyValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected