MCPcopy Index your code
hub / github.com/json-editor/json-editor / disable

Method disable

src/editor.js:693–695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691 }
692
693 disable () {
694 this.disabled = true
695 }
696
697 isEnabled () {
698 return !this.disabled

Callers 2

deactivateMethod · 0.95
postBuildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected