constructor()

in client/src/lang/typeahead.ts [46:50]


  constructor(private typeaheadFields: TypeaheadField[]) {
    this.typeaheadFieldEntries = this.typeaheadFields.map((field) =>
      field.toSuggestionOption()
    );
  }