Rechat SDK
    Preparing search index...

    Interface RechatFilterPropertyTypeAttributes

    Attributes accepted by the <rechat-filter-property-type> tag.

    The pre-selected property type value lives on the parent <rechat-listings> element as filter_property_types.

    interface RechatFilterPropertyTypeAttributes {
        disabled?: string;
    }
    Index

    Properties

    Properties

    disabled?: string

    Hide the property-type filter UI. Accepts "true" / "false".