Type alias PointAddressElement

PointAddressElement: {
    addressTypeFilter?: string[];
    autocompleteAttributes?: string[];
    defaultValue?: PointAddress;
    placeholderValue?: string;
    stateTerritoryFilter?: PointStatesAndTerritories[];
    type: "pointAddress";
} & LookupFormElement & FormElementRequired & FormElementReadOnly

Type declaration

  • Optional addressTypeFilter?: string[]
  • Optional autocompleteAttributes?: string[]

    Custom autocomplete attributes that will be added to the element during rendering

  • Optional defaultValue?: PointAddress
  • Optional placeholderValue?: string
  • Optional stateTerritoryFilter?: PointStatesAndTerritories[]
  • type: "pointAddress"