Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ setText
Method
setText
src/view/input-view.ts:70–74 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
68
}
69
70
setText(text: string) {
71
this.entry.setText(text);
72
if
(this.autoResize)
73
this.#adjustEntryHeight();
74
}
75
76
setEntryEnabled(enabled: boolean) {
77
this.entry.setEnabled(enabled);
Callers
12
showError
Function · 0.80
constructor
Method · 0.80
#onMessageBegin
Method · 0.80
#copyTextAt
Method · 0.80
#copyText
Method · 0.80
constructor
Method · 0.80
#updateDescription
Method · 0.80
setValue
Method · 0.80
setValue
Method · 0.80
setValue
Method · 0.80
runExportMenu
Function · 0.80
alert
Function · 0.80
Calls
1
#adjustEntryHeight
Method · 0.95
Tested by
no test coverage detected