MCPcopy Create free account
hub / github.com/json-editor/json-editor / notify

Method notify

src/editor.js:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 notify () {
43 if (this.path) this.jsoneditor.notifyWatchers(this.path)
44 }
45
46 change (eventData) {
47 if (this.parent) this.parent.onChildEditorChange(this, eventData)

Callers 3

onChangeMethod · 0.95
evaluateDependenciesMethod · 0.95
onWatchedFieldChangeMethod · 0.95

Calls 1

notifyWatchersMethod · 0.80

Tested by

no test coverage detected