Rechat SDK
    Preparing search index...

    Interface RechatFilterLoadingAttributes

    Attributes accepted by the <rechat-filter-loading> tag — the loading indicator shown while listings are being fetched.

    interface RechatFilterLoadingAttributes {
        disabled?: string;
    }
    Index

    Properties

    Properties

    disabled?: string

    Hide the loading indicator without removing it from the DOM. Accepts "true" / "false".