Annoto Widget API - v3.65.0
    Preparing search index...

    Interface ICommentsUx

    interface ICommentsUx {
        showReplies?: boolean;
        sort?: CommentsSortType;
        topToBottom?: boolean;
    }
    Index

    Properties

    showReplies?: boolean

    If set to true, when widget is loaded all the replies to comments will be shown.

    false
    

    The default sorting to use on startup.

    'most_recent'
    
    topToBottom?: boolean

    If set to true comments start will be at the top instead of bottom.

    false