Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/json-editor/json-editor
/ postBuild
Method
postBuild
src/editors/array.js:155–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
}
154
155
postBuild () {
156
super.postBuild()
157
158
if
(this.schema.readOnly || this.schema.readonly) {
159
this.disable()
160
}
161
}
162
163
onChildEditorChange (editor, eventData) {
164
this.refreshValue()
Callers
6
getElementEditor
Method · 0.45
buildChildEditor
Method · 0.45
build
Method · 0.45
addObjectProperty
Method · 0.45
buildChildEditor
Method · 0.45
getElementEditor
Method · 0.45
Calls
1
disable
Method · 0.95
Tested by
no test coverage detected