@oneblink/sdk
    Preparing search index...

    Type Alias CivicaStreetNameElement

    CivicaStreetNameElement: {
        autocompleteAttributes?: string[];
        defaultValue?: CivicaStreetName;
        placeholderValue?: string;
        type: "civicaStreetName";
    } & LookupFormElement & FormElementRequired & FormElementReadOnly

    An element to allow the user to street name from the Civica service.

    The element must have an id property with a value that is globally unique within the form definition.

    Type Declaration

    • OptionalautocompleteAttributes?: string[]

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

    • OptionaldefaultValue?: CivicaStreetName
    • OptionalplaceholderValue?: string
    • type: "civicaStreetName"