Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setValue
Method · 0.45
_createAddRowButton
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected