Type Alias FormElementLookupStaticDataPreFillBase

FormElementLookupStaticDataPreFillBase: {
    formElementName: string;
}

Type declaration

  • formElementName: string

    Must match a "FormElement.name" property exactly to pre-fill with the "preFillValue".