Rechat SDK
    Preparing search index...

    Interface RechatFilterSearchAttributes

    Attributes accepted by the <rechat-filter-search> tag — used when composing filters with individual tags instead of <rechat-map-filter>.

    interface RechatFilterSearchAttributes {
        address?: string;
        boundary_country?: string;
        boundary_state?: string;
        disabled?: string;
        suggestions_limit?: string;
    }
    Index

    Properties

    address?: string

    Initial free-text address to pre-populate the search input.

    boundary_country?: string

    Restrict autocomplete suggestions to a single country, e.g. "US".

    boundary_state?: string

    Restrict autocomplete suggestions to a single state, e.g. "TX".

    disabled?: string

    Hide the address filter UI without removing it from the DOM. Accepts "true" / "false".

    suggestions_limit?: string

    Max number of autocomplete suggestions in the dropdown.