@oneblink/apps-react
    Preparing search index...

    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.