LocationElement: {
    defaultValue?: unknown;
    reverseGeocoding?: {
        formattedAddressElementId: string;
        integrationType: IntegrationGeoscape["type"];
    };
    type: "location";
} & LookupFormElement & FormElementRequired & FormElementReadOnly

Type declaration

  • Optional defaultValue?: unknown
  • Optional reverseGeocoding?: {
        formattedAddressElementId: string;
        integrationType: IntegrationGeoscape["type"];
    }
  • type: "location"