Rechat SDK
    Preparing search index...

    Interface RechatTestimonialsAttributes

    Attributes accepted by the <rechat-testimonials> tag.

    interface RechatTestimonialsAttributes {
        limit?: string;
        load_more?: string;
    }
    Index

    Properties

    Properties

    limit?: string

    Number of testimonials fetched per page ("Load more" appends another page of this size).

    "20"
    
    load_more?: string

    Set "false" to hide the built-in "Load more" button.

    "true"