public get state():InputState<this> {
    return this.states.placeholderUsers.get(this.href as string) as any;
  }