MCPcopy Create free account
hub / github.com/cryptii/cryptii / setNeedsValueDescriptionUpdate

Method setNeedsValueDescriptionUpdate

src/Field/Number.js:222–224  ·  view source on GitHub ↗

* Requests an update to the value description in the current view that is not * related to a value change (e.g. when the description is depending on other * field value). * @return {NumberField} Fluent interface

()

Source from the content-addressed store, hash-verified

220 * @return {NumberField} Fluent interface
221 */
222 setNeedsValueDescriptionUpdate () {
223 this.hasView() && this.getView().updateValue()
224 }
225
226 /**
227 * Validates given raw value.

Callers 1

settingValueDidChangeMethod · 0.80

Calls 3

hasViewMethod · 0.80
getViewMethod · 0.80
updateValueMethod · 0.45

Tested by

no test coverage detected