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