@oneblink/sdk-core
    Preparing search index...

    Type Alias CivicaStreetNameElement

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

    Type declaration

    • OptionalautocompleteAttributes?: string[]

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

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