MCPcopy Create free account
hub / github.com/chieapp/chie / setEntryEnabled

Method setEntryEnabled

src/view/input-view.ts:76–79  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

74 }
75
76 setEntryEnabled(enabled: boolean) {
77 this.entry.setEnabled(enabled);
78 this.view.schedulePaint();
79 }
80
81 addButton(button: IconButton) {
82 if (!this.buttonsArea) {

Callers 2

constructorMethod · 0.80
#onDomReadyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected