in scripts/control.ts [64:67]
private _update(value: number): void { this._model.setCurrentValue(value); this._view.update(value); }