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

    Type Alias FormElementLookupStaticDataRecordNumber

    FormElementLookupStaticDataRecordNumber: FormElementLookupStaticDataRecordBase & {
        inputType: "NUMBER";
        inputValue: number;
    }

    Type Declaration

    • inputType: "NUMBER"
    • inputValue: number

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