@oneblink/sdk-core
    Preparing search index...

    Type Alias FormElementLookupStaticDataPreFillText

    FormElementLookupStaticDataPreFillText: { text: string; type: "TEXT" } & FormElementLookupStaticDataPreFillBase

    Type declaration

    • text: string

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

    • type: "TEXT"