MCPcopy 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

getElementEditorMethod · 0.45
buildChildEditorMethod · 0.45
buildMethod · 0.45
addObjectPropertyMethod · 0.45
buildChildEditorMethod · 0.45
getElementEditorMethod · 0.45

Calls 1

disableMethod · 0.95

Tested by

no test coverage detected