MCPcopy 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

showErrorFunction · 0.80
constructorMethod · 0.80
#onMessageBeginMethod · 0.80
#copyTextAtMethod · 0.80
#copyTextMethod · 0.80
constructorMethod · 0.80
#updateDescriptionMethod · 0.80
setValueMethod · 0.80
setValueMethod · 0.80
setValueMethod · 0.80
runExportMenuFunction · 0.80
alertFunction · 0.80

Calls 1

#adjustEntryHeightMethod · 0.95

Tested by

no test coverage detected