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

Method register

src/editors/array.js:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 register () {
16 super.register()
17 if (this.rows) {
18 this.rows.forEach(row => row.register())
19 }
20 }
21
22 unregister () {
23 super.unregister()

Callers 2

setValueMethod · 0.45
_createAddRowButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected