MCPcopy
hub / github.com/wanglin2/mind-map / execCommand

Method execCommand

simple-mind-map/index.js:451–453  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

449
450 // 执行命令
451 execCommand(...args) {
452 this.command.exec(...args)
453 }
454
455 // 更新画布数据,如果新的数据是在当前画布节点数据基础上增删改查后形成的,那么可以使用该方法来更新画布数据
456 updateData(data) {

Callers 15

setThemeMethod · 0.95
setDataMethod · 0.95
setModeMethod · 0.95
registerShortcutKeysMethod · 0.80
bindMethod · 0.80
hideEditTextBoxMethod · 0.80
registerShortcutKeysMethod · 0.80
clearActiveNodeListMethod · 0.80
addNodeToActiveListMethod · 0.80
backForwardMethod · 0.80

Calls 1

execMethod · 0.80

Tested by

no test coverage detected