Type Alias FormElementLookupStaticDataPreFillNumber

FormElementLookupStaticDataPreFillNumber: {
    number: number;
    type: "NUMBER";
} & FormElementLookupStaticDataPreFillBase

Type declaration

  • number: number

    The value to pre-fill the corresponding form element based on the "formElementName" property.

  • type: "NUMBER"