Type Alias FormElementLookupStaticDataRecordText

FormElementLookupStaticDataRecordText: FormElementLookupStaticDataRecordBase & {
    inputType: "TEXT";
    inputValue: string;
}

Type declaration

  • inputType: "TEXT"
  • inputValue: string

    The value that will be matched exactly on the form element this lookup is associated when the user is completing the form.