Rechat SDK
    Preparing search index...

    Interface RechatFilterPriceAttributes

    Attributes accepted by the <rechat-filter-price> tag.

    Min/max bounds live on the parent <rechat-listings> element as filter_minimum_price / filter_maximum_price.

    interface RechatFilterPriceAttributes {
        disabled?: string;
    }
    Index

    Properties

    Properties

    disabled?: string

    Hide the price filter UI. Accepts "true" / "false".