MCPcopy Create free account
hub / github.com/aurelia/binding / setValue

Method setValue

src/aurelia-binding.d.ts:276–276  ·  view source on GitHub ↗

* Sets the property value.

(newValue: any)

Source from the content-addressed store, hash-verified

274 * Sets the property value.
275 */
276 setValue(newValue: any): void;
277 /**
278 * Subscribe to property changes with a callback function.
279 */

Callers 13

svg.spec.jsFile · 0.65
bindMethod · 0.65
unbindMethod · 0.65
updateTargetMethod · 0.65
aurelia-binding.jsFile · 0.65

Implementers 10

ValueAttributeObserversrc/aurelia-binding.d.ts
SelectValueObserversrc/aurelia-binding.d.ts
DirtyCheckPropertysrc/aurelia-binding.d.ts
CheckedObserversrc/checked-observer.js
CollectionLengthObserversrc/collection-observation.js
ExpressionObserversrc/expression-observer.js
PrimitiveObserversrc/property-observation.js
SetterObserversrc/property-observation.js
CheckedObserversrc/aurelia-binding.d.ts
DataAttributeObserversrc/aurelia-binding.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected