Type alias FormElementLookupStaticDataEnvironment

FormElementLookupStaticDataEnvironment: FormElementEnvironmentBase & {
    records: FormElementLookupStaticDataRecord[];
}

Type declaration

  • records: FormElementLookupStaticDataRecord[]

    Array of records, each associated with a "inputValue" that will determine the prefill data for the configured form elements based on the "FormElement.name" property.