MCPcopy
hub / github.com/dataarts/dat.gui / getValue

Method getValue

src/dat/controllers/Controller.js:104–106  ·  view source on GitHub ↗

* Gets the value of object[property] * * @returns {Object} The current value of object[property]

()

Source from the content-addressed store, hash-verified

102 * @returns {Object} The current value of <code>object[property]</code>
103 */
104 getValue() {
105 return this.object[this.property];
106 }
107
108 /**
109 * Refreshes the visual display of a Controller in order to keep sync

Callers 15

isModifiedMethod · 0.95
onBlurMethod · 0.80
updateDisplayMethod · 0.80
setValueMethod · 0.80
updateDisplayMethod · 0.80
onFinishMethod · 0.80
onMouseDragMethod · 0.80
updateDisplayMethod · 0.80
onMouseUpMethod · 0.80
onTouchEndMethod · 0.80
updateDisplayMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected