Type alias PointAddressV3Element

PointAddressV3Element: {
    addressTypeFilter?: string[];
    autocompleteAttributes?: string[];
    datasetFilter?: string[];
    defaultValue?: PointAddressV3GetAddressDetailsResponse;
    excludeAliases?: boolean;
    isDisplayingAddressInformation?: boolean;
    placeholderValue?: string;
    stateTerritoryFilter?: PointStatesAndTerritories[];
    type: "pointAddressV3";
} & LookupFormElement & FormElementRequired & FormElementReadOnly

An element to allow the user to choose an address using version 3 of the NSW Point service.

The element must have an id property that contains a universally unique identifier (UUID). The identifier must be a Version 4 (V4) UUID and must conform to the formatting requirements defined in this RFC 9562 specification: https://www.rfc-editor.org/rfc/rfc9562.html

Type declaration

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

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

  • Optional datasetFilter?: string[]
  • Optional defaultValue?: PointAddressV3GetAddressDetailsResponse
  • Optional excludeAliases?: boolean
  • Optional isDisplayingAddressInformation?: boolean

    Determine if address information should be displayed to user after selecting an address.

  • Optional placeholderValue?: string
  • Optional stateTerritoryFilter?: PointStatesAndTerritories[]
  • type: "pointAddressV3"