Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checked-observer.spec.js
File · 0.65
computed-observation.spec.js
File · 0.65
element-observation.spec.js
File · 0.65
svg.spec.js
File · 0.65
select-value-observer.spec.js
File · 0.65
class-observer.spec.js
File · 0.65
primitive-observer.spec.js
File · 0.65
executeSharedPropertyObserverTests
Function · 0.65
bind
Method · 0.65
unbind
Method · 0.65
updateTarget
Method · 0.65
aurelia-binding.js
File · 0.65
Implementers
10
ValueAttributeObserver
src/aurelia-binding.d.ts
SelectValueObserver
src/aurelia-binding.d.ts
DirtyCheckProperty
src/aurelia-binding.d.ts
CheckedObserver
src/checked-observer.js
CollectionLengthObserver
src/collection-observation.js
ExpressionObserver
src/expression-observer.js
PrimitiveObserver
src/property-observation.js
SetterObserver
src/property-observation.js
CheckedObserver
src/aurelia-binding.d.ts
DataAttributeObserver
src/aurelia-binding.d.ts
Calls
no outgoing calls
Tested by
no test coverage detected