this.context.addObserver("propertyChanged", (n, e) => {
      if (e.key !== "range") return;
      this.range = e.newValue;
      this.update();
    }, this);