MCPcopy Index your code
hub / github.com/hizzgdev/jsmind / enable_edit

Method enable_edit

src/jsmind.js:107–109  ·  view source on GitHub ↗

enable editing

()

Source from the content-addressed store, hash-verified

105 }
106 /** enable editing */
107 enable_edit() {
108 this.options.editable = true;
109 }
110 /** disable editing */
111 disable_edit() {
112 this.options.editable = false;

Callers 5

toggle_editableFunction · 0.80
jsmind.shell.jsFile · 0.80
typescript-test.tsFile · 0.80
jsmind.test.jsFile · 0.80
mock_jsmindFunction · 0.80

Calls

no outgoing calls

Tested by 1

mock_jsmindFunction · 0.64