@oneblink/sdk
    Preparing search index...

    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 with a value that is globally unique within the form definition.

    Type Declaration

    • OptionaladdressTypeFilter?: string[]
    • OptionalautocompleteAttributes?: string[]

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

    • OptionaldatasetFilter?: string[]
    • OptionaldefaultValue?: PointAddressV3GetAddressDetailsResponse
    • OptionalexcludeAliases?: boolean
    • OptionalisDisplayingAddressInformation?: boolean

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

    • OptionalplaceholderValue?: string
    • OptionalstateTerritoryFilter?: PointStatesAndTerritories[]
    • type: "pointAddressV3"