protected unlinkTo() {
    if (this.to !== undefined) {
      delete this.to.in[this.props.id];
    }
    this.to = undefined;