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

Method isModified

src/dat/controllers/Controller.js:120–122  ·  view source on GitHub ↗

* @returns {boolean} true if the value has deviated from initialValue

()

Source from the content-addressed store, hash-verified

118 * @returns {boolean} true if the value has deviated from initialValue
119 */
120 isModified() {
121 return this.initialValue !== this.getValue();
122 }
123}
124
125export default Controller;

Callers 1

augmentControllerFunction · 0.80

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected