Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_editable
Function · 0.80
jsmind.shell.js
File · 0.80
typescript-test.ts
File · 0.80
jsmind.test.js
File · 0.80
mock_jsmind
Function · 0.80
Calls
no outgoing calls
Tested by
1
mock_jsmind
Function · 0.64