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

    Type Alias LookupFormElement

    LookupFormElement: FormElementBase & {
        dataLookupId?: number;
        elementLookupId?: number;
        isDataLookup: boolean;
        isElementLookup: boolean;
        lookupButton?: ButtonConfiguration;
    }

    Type declaration

    • OptionaldataLookupId?: number

      The Id of the Data Lookup configured in the OneBlink System which will return updated submission data.

    • OptionalelementLookupId?: number

      The Id of the Element Lookup configured in the OneBlink System which will return Form Elements to inject.

    • isDataLookup: boolean

      Determine if the element is a Data Lookup element (true) or not (false).

    • isElementLookup: boolean

      Determine if the element is a Data Lookup element (true) or not (false).

    • OptionallookupButton?: ButtonConfiguration

      Button configuration for the Lookup button