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

Method constructor

src/select-value-observer.js:8–12  ·  view source on GitHub ↗
(element, handler, observerLocator)

Source from the content-addressed store, hash-verified

6@subscriberCollection()
7export class SelectValueObserver {
8 constructor(element, handler, observerLocator) {
9 this.element = element;
10 this.handler = handler;
11 this.observerLocator = observerLocator;
12 }
13
14 getValue() {
15 return this.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected