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

Type declaration

  • Optional dataLookupId?: number

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

  • Optional elementLookupId?: 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).

  • Optional lookupButton?: ButtonConfiguration

    Button configuration for the Lookup button