constructor(props: any = {}) {
      Object.assign(this, props);
      this.type = this.type || "temp";
    }